pub enum RTOEN {
Disabled = 0,
Enabled = 1,
}Expand description
Receiver timeout enable This bit is set and cleared by software. When this feature is enabled, the RTOF flag in the USART_ISR register is set if the RX line is idle (no reception) for the duration programmed in the RTOR (receiver timeout register). Note: If the USART does not support the Receiver timeout feature, this bit is reserved and must be kept at reset value. Refer to .
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RTOEN
impl Eq for RTOEN
impl StructuralPartialEq for RTOEN
Auto Trait Implementations§
impl Freeze for RTOEN
impl RefUnwindSafe for RTOEN
impl Send for RTOEN
impl Sync for RTOEN
impl Unpin for RTOEN
impl UnwindSafe for RTOEN
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more