macro_rules! static_register {
(ty: $ty:ty,offset: $offset:expr,value: $value:expr,) => { ... };
}Expand description
Macro helps to build a static register.
macro_rules! static_register {
(ty: $ty:ty,offset: $offset:expr,value: $value:expr,) => { ... };
}Macro helps to build a static register.