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