Macro embedded_builder::field_method
[−]
[src]
macro_rules! field_method { (read, $name: ident, $field: tt, $t:ty, $shift: expr) => { ... }; (write, $name: ident, $field: tt, $t:ty, $shift: expr) => { ... }; (read, $name: ident, $field: tt, $t:ty, $shift: expr, $mask: expr) => { ... }; (write, $name: ident, $field: tt, $t:ty, $shift: expr, $mask: expr) => { ... }; }