Searched defs:RelaxedMmio (Results 1 – 1 of 1) sorted by relevance
798 pub struct RelaxedMmio<const SIZE: usize = 0>(Mmio<SIZE>); struct800 impl<const SIZE: usize> Io for RelaxedMmio<SIZE> { implementation812 impl<const SIZE: usize> IoKnownSize for RelaxedMmio<SIZE> { implementation