impl_bitfield

Macro impl_bitfield 

Source
macro_rules! impl_bitfield {
    ($t:ty, $start:expr, $end:expr, $register:expr) => { ... };
}