pub type PhysAddrRange = AddrRange<PhysAddr>;Expand description
A range of physical addresses PhysAddr.
Aliased Type§
pub struct PhysAddrRange {
pub start: PhysAddr,
pub end: PhysAddr,
}Fields§
§start: PhysAddrThe lower bound of the range (inclusive).
end: PhysAddrThe upper bound of the range (exclusive).