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