bitfield

Macro bitfield 

Source
macro_rules! bitfield {
    ($get:ident,$set:ident,$type:ty,$bitnum:expr,$bitwidth:expr) => { ... };
}