#[repr(u8)]pub enum WUS {
Address = 0,
Start = 2,
Rxne = 3,
}
Expand description
Wakeup from Stop mode interrupt flag selection
Value on reset: 0
Variants§
Address = 0
0: WUF active on address match
Start = 2
2: WuF active on Start bit detection
Rxne = 3
3: WUF active on RXNE
Trait Implementations§
impl Copy for WUS
impl Eq for WUS
impl IsEnum for WUS
impl StructuralPartialEq for WUS
Auto Trait Implementations§
impl Freeze for WUS
impl RefUnwindSafe for WUS
impl Send for WUS
impl Sync for WUS
impl Unpin for WUS
impl UnwindSafe for WUS
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