macro_rules! getter {
($args: ident, $body:block) => { ... };
}Expand description
A closure for obtaining a RegisterValue, usually owned by a Register getter.
macro_rules! getter {
($args: ident, $body:block) => { ... };
}A closure for obtaining a RegisterValue, usually owned by a Register getter.