pub enum WUSR {
ADDRESS,
START,
RXNE,
_Reserved(u8),
}
Expand description
Possible values of the field WUS
Variants§
ADDRESS
WUF active on address match
START
WuF active on Start bit detection
RXNE
WUF active on RXNE
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for WUSR
impl StructuralPartialEq for WUSR
Auto Trait Implementations§
impl Freeze for WUSR
impl RefUnwindSafe for WUSR
impl Send for WUSR
impl Sync for WUSR
impl Unpin for WUSR
impl UnwindSafe for WUSR
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