pub enum RTOIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Receiver timeout interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An USART interrupt is generated when the RTOF bit is set in the ISR register
Trait Implementations§
impl Copy for RTOIE
impl Eq for RTOIE
impl StructuralPartialEq for RTOIE
Auto Trait Implementations§
impl Freeze for RTOIE
impl RefUnwindSafe for RTOIE
impl Send for RTOIE
impl Sync for RTOIE
impl Unpin for RTOIE
impl UnwindSafe for RTOIE
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