macro_rules! field {
($mmio_pointer:expr, $field:ident) => { ... };
}Expand description
Gets a UniqueMmioPointer to a field of a type wrapped in a UniqueMmioPointer.
macro_rules! field {
($mmio_pointer:expr, $field:ident) => { ... };
}Gets a UniqueMmioPointer to a field of a type wrapped in a UniqueMmioPointer.