pub type MSBFIRST_W<'a, const O: u8> = BitWriter<'a, u32, CR2_SPEC, MSBFIRST_A, O>;
Expand description

Field MSBFIRST writer - Most significant bit first

Implementations

data is transmitted/received with data bit 0 first, following the start bit

data is transmitted/received with MSB (bit 7/8/9) first, following the start bit