Enum Lpoclksel
#[repr(u8)]pub enum Lpoclksel {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
LPO clock source select
Value on reset: 0
Variants§
_00 = 0
0: 128 kHz LPO_CLK
_01 = 1
1: No clock
_10 = 2
2: 32 kHz LPO_CLK which is derived from the 128 kHz LPO_CLK
_11 = 3
3: 1 kHz LPO_CLK which is derived from the 128 kHz LPO_CLK
Trait Implementations§
impl Copy for Lpoclksel
impl Eq for Lpoclksel
impl IsEnum for Lpoclksel
impl StructuralPartialEq for Lpoclksel
Auto Trait Implementations§
impl Freeze for Lpoclksel
impl RefUnwindSafe for Lpoclksel
impl Send for Lpoclksel
impl Sync for Lpoclksel
impl Unpin for Lpoclksel
impl UnwindSafe for Lpoclksel
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