#[repr(u8)]pub enum LEUART0_A {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Expand description
Low Energy UART 0 Prescaler
Value on reset: 0
Variants§
DIV1 = 0
0: LFBCLKLEUART0 = LFBCLK
DIV2 = 1
1: LFBCLKLEUART0 = LFBCLK/2
DIV4 = 2
2: LFBCLKLEUART0 = LFBCLK/4
DIV8 = 3
3: LFBCLKLEUART0 = LFBCLK/8
Trait Implementations§
impl Copy for LEUART0_A
impl StructuralPartialEq for LEUART0_A
Auto Trait Implementations§
impl Freeze for LEUART0_A
impl RefUnwindSafe for LEUART0_A
impl Send for LEUART0_A
impl Sync for LEUART0_A
impl Unpin for LEUART0_A
impl UnwindSafe for LEUART0_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