Enum stm32_hal2::sai::FirstBit [−][src]
#[repr(u8)]
pub enum FirstBit {
LsbFirst,
MsbFirst,
}
Expand description
Set which bit is transmitted first: Least significant, or Most significant. You may have to choose the one used by your SAI device. Sets xCR1 register, LSBFIRST field.
Variants
Data are transferred with MSB first
Data are transferred with LSB first