pub type LSBFIRST_W<'a, const O: u8> = BitWriter<'a, u32, CR1_SPEC, LSBFIRST_A, O>;
Expand description

Field LSBFIRST writer - Frame format Note: 1. This bit should not be changed when communication is ongoing. 2. This bit is not used in I2S mode and SPI TI mode.

Implementations

Data is transmitted/received with the MSB first

Data is transmitted/received with the LSB first