pub enum WUFIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Wakeup from Stop mode interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An USART interrupt is generated whenever WUF=1 in the ISR register
Trait Implementations§
impl Copy for WUFIE
impl Eq for WUFIE
impl StructuralPartialEq for WUFIE
Auto Trait Implementations§
impl Freeze for WUFIE
impl RefUnwindSafe for WUFIE
impl Send for WUFIE
impl Sync for WUFIE
impl Unpin for WUFIE
impl UnwindSafe for WUFIE
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