#[repr(u8)]pub enum LFA_A {
DISABLED = 0,
LFRCO = 1,
LFXO = 2,
HFCORECLKLEDIV2 = 3,
}
Expand description
Clock Select for LFA
Value on reset: 1
Variants§
DISABLED = 0
0: LFACLK is disabled
LFRCO = 1
1: LFRCO selected as LFACLK
LFXO = 2
2: LFXO selected as LFACLK
HFCORECLKLEDIV2 = 3
3: HFCORECLKLE divided by two or four is selected as LFACLK. The division factor is determined by CMU_CTRL_HFLE and CMU_HFCORECLKDIV_HFCORECLKLEDIV.
Trait Implementations§
impl Copy for LFA_A
impl StructuralPartialEq for LFA_A
Auto Trait Implementations§
impl Freeze for LFA_A
impl RefUnwindSafe for LFA_A
impl Send for LFA_A
impl Sync for LFA_A
impl Unpin for LFA_A
impl UnwindSafe for LFA_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