Searched refs:MmioRaw (Results 1 – 2 of 2) sorted by relevance
15 MmioRaw, //151 io: MmioRaw<SIZE>,187 let io = match MmioRaw::new(ioptr, len as usize) { in new()
42 pub struct MmioRaw<const SIZE: usize = 0> { struct47 impl<const SIZE: usize> MmioRaw<SIZE> { impl142 pub struct Mmio<const SIZE: usize = 0>(MmioRaw<SIZE>);785 pub unsafe fn from_raw(raw: &MmioRaw<SIZE>) -> &Self { in from_raw()