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