We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IoMem
1 parent b698508 commit 0303584Copy full SHA for 0303584
rust/kernel/io.rs
@@ -43,7 +43,7 @@ impl<const SIZE: usize> IoRaw<SIZE> {
43
}
44
45
46
-/// IO-mapped memory, starting at the base address @addr and spanning @maxlen bytes.
+/// IO-mapped memory region.
47
///
48
/// The creator (usually a subsystem / bus such as PCI) is responsible for creating the
49
/// mapping, performing an additional region request etc.
0 commit comments