macro_rules! static_register {
    (ty: $ty:ty,offset: $offset:expr,value: $value:expr,) => { ... };
}
Expand description

Macro helps to build a static register.