Enum stm32l4_stm32hal::stm32l4x1::spi1::cr1::LSBFIRST_A [−][src]
pub enum LSBFIRST_A { MSBFIRST, LSBFIRST, }
Expand description
Frame format
Value on reset: 0
Variants
0: Data is transmitted/received with the MSB first
1: Data is transmitted/received with the LSB first
Trait Implementations
Performs the conversion.