Constant stm32ral::stm32g0::peripherals::usart_v2::CR3::CTSE::RW::B_0x1[][src]

pub const B_0x1: u32 = 0b1;
Expand description

0b1: CTS mode enabled, data is only transmitted when the nCTS input is asserted (tied to 0). If the nCTS input is deasserted while data is being transmitted, then the transmission is completed before stopping. If data is written into the data register while nCTS is asserted, the transmission is postponed until nCTS is asserted.