pub enum UESM {
Disabled = 0,
Enabled = 1,
}
Expand description
USART enable in Stop mode
Value on reset: 0
Variants§
Disabled = 0
0: USART not able to wake up the MCU from Stop mode
Enabled = 1
1: USART able to wake up the MCU from Stop mode
Trait Implementations§
impl Copy for UESM
impl Eq for UESM
impl StructuralPartialEq for UESM
Auto Trait Implementations§
impl Freeze for UESM
impl RefUnwindSafe for UESM
impl Send for UESM
impl Sync for UESM
impl Unpin for UESM
impl UnwindSafe for UESM
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