Searched refs:MmioRaw (Results 1 – 2 of 2) sorted by relevance
17 MmioRaw, //190 io: MmioRaw<SIZE>,226 let io = match MmioRaw::new(ioptr, len as usize) { in new()
38 pub struct MmioRaw<const SIZE: usize = 0> { struct43 impl<const SIZE: usize> MmioRaw<SIZE> { impl138 pub struct Mmio<const SIZE: usize = 0>(MmioRaw<SIZE>);564 pub unsafe fn from_raw(raw: &MmioRaw<SIZE>) -> &Self { in from_raw()