Enum stm32l4_stm32hal::stm32l4x1::usart1::cr2::ABRMOD_A [−][src]
#[repr(u8)] pub enum ABRMOD_A { START, EDGE, FRAME7F, FRAME55, }
Expand description
Auto baud rate mode
Value on reset: 0
Variants
0: Measurement of the start bit is used to detect the baud rate
1: Falling edge to falling edge measurement
2: 0x7F frame detection
3: 0x55 frame detection