Constant stm32ral::stm32wl::peripherals::usart::CR3::OVRDIS::RW::Disabled[][src]

pub const Disabled: u32 = 0b1;
Expand description

0b1: Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register