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