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