Searched refs:Mmio (Results 1 – 2 of 2) sorted by relevance
138 pub struct Mmio<const SIZE: usize = 0>(MmioRaw<SIZE>); struct491 impl<const SIZE: usize> IoCapable<u8> for Mmio<SIZE> {} implementation492 impl<const SIZE: usize> IoCapable<u16> for Mmio<SIZE> {} implementation493 impl<const SIZE: usize> IoCapable<u32> for Mmio<SIZE> {} implementation497 impl<const SIZE: usize> IoCapable<u64> for Mmio<SIZE> {} implementation499 impl<const SIZE: usize> Io for Mmio<SIZE> { implementation553 impl<const SIZE: usize> IoKnownSize for Mmio<SIZE> { implementation557 impl<const SIZE: usize> Mmio<SIZE> { implementation
16 Mmio,280 type Target = Mmio<SIZE>;284 unsafe { Mmio::from_raw(&self.io) } in deref()