split_fields

Macro split_fields 

Source
macro_rules! split_fields {
    ($mmio_pointer:expr, $( $field:ident ),+) => { ... };
}
Expand description

Gets UniqueMmioPointers to several fields of a type wrapped in a UniqueMmioPointer.

ยงSafety

The same field name must not be passed more than once.