pub enum RTOIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field RTOIE
Variants§
DISABLED
Interrupt is inhibited
ENABLED
An USART interrupt is generated when the RTOF bit is set in the ISR register
Auto Trait Implementations§
impl Freeze for RTOIEW
impl RefUnwindSafe for RTOIEW
impl Send for RTOIEW
impl Sync for RTOIEW
impl Unpin for RTOIEW
impl UnwindSafe for RTOIEW
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