Enum stm32_hal2::usart::StopBits
source · #[repr(u8)]
pub enum StopBits {
S1,
S0_5,
S2,
S1_5,
}Expand description
The number of stop bits. (USART_CR2, STOP)
#[repr(u8)]
pub enum StopBits {
S1,
S0_5,
S2,
S1_5,
}The number of stop bits. (USART_CR2, STOP)