#[repr(u8)]pub enum DOWNSEL_A {
HFCLK = 0,
HFXO = 1,
LFXO = 2,
HFRCO = 3,
LFRCO = 4,
AUXHFRCO = 5,
}
Expand description
Calibration Down-counter Select
Value on reset: 0
Variants§
HFCLK = 0
0: Select HFCLK for down-counter.
HFXO = 1
1: Select HFXO for down-counter.
LFXO = 2
2: Select LFXO for down-counter.
HFRCO = 3
3: Select HFRCO for down-counter.
LFRCO = 4
4: Select LFRCO for down-counter.
AUXHFRCO = 5
5: Select AUXHFRCO for down-counter.
Trait Implementations§
impl Copy for DOWNSEL_A
impl StructuralPartialEq for DOWNSEL_A
Auto Trait Implementations§
impl Freeze for DOWNSEL_A
impl RefUnwindSafe for DOWNSEL_A
impl Send for DOWNSEL_A
impl Sync for DOWNSEL_A
impl Unpin for DOWNSEL_A
impl UnwindSafe for DOWNSEL_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