#[repr(u8)]pub enum CLKSEL_A {
NONE = 0,
LFRCO = 1,
LFXO = 2,
ULFRCO = 3,
}
Expand description
Select BURTC clock source
Value on reset: 0
Variants§
NONE = 0
0: No clock source selected for BURTC.
LFRCO = 1
1: LFRCO selected as BURTC clock source.
LFXO = 2
2: LFXO selected as BURTC clock source.
ULFRCO = 3
3: ULFRCO selected as BURTC clock source.
Trait Implementations§
impl Copy for CLKSEL_A
impl StructuralPartialEq for CLKSEL_A
Auto Trait Implementations§
impl Freeze for CLKSEL_A
impl RefUnwindSafe for CLKSEL_A
impl Send for CLKSEL_A
impl Sync for CLKSEL_A
impl Unpin for CLKSEL_A
impl UnwindSafe for CLKSEL_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