pub enum UCESM_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
USART Clock Enable in Stop mode
Value on reset: 0
Variants§
DISABLED = 0
0: USART clock is disabled in STOP mode
ENABLED = 1
1: USART clock is enabled in STOP mode
Trait Implementations§
impl Copy for UCESM_A
impl StructuralPartialEq for UCESM_A
Auto Trait Implementations§
impl Freeze for UCESM_A
impl RefUnwindSafe for UCESM_A
impl Send for UCESM_A
impl Sync for UCESM_A
impl Unpin for UCESM_A
impl UnwindSafe for UCESM_A
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