pub type LsbfW<'a, REG> = BitWriter<'a, REG, Lsbf>;
Field LSBF writer - LSB First
LSBF
pub struct LsbfW<'a, REG> { /* private fields */ }
Data is transferred MSB first.
Data is transferred LSB first.