pub enum UESMW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field UESM
Variants§
DISABLED
USART not able to wake up the MCU from Stop mode
ENABLED
USART able to wake up the MCU from Stop mode
Auto Trait Implementations§
impl Freeze for UESMW
impl RefUnwindSafe for UESMW
impl Send for UESMW
impl Sync for UESMW
impl Unpin for UESMW
impl UnwindSafe for UESMW
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