#[repr(u8)]
pub enum RTCSEL_A {
ULP1K,
ULP32K,
XOSC1K,
XOSC32K,
}
Expand description
RTC Clock Selection
Value on reset: 0
Variants
ULP1K
0: 1.024kHz from 32kHz internal ULP oscillator
ULP32K
1: 32.768kHz from 32kHz internal ULP oscillator
XOSC1K
4: 1.024kHz from 32.768kHz internal oscillator
XOSC32K
5: 32.768kHz from 32.768kHz external crystal oscillator
Trait Implementations
impl Copy for RTCSEL_A
impl StructuralPartialEq for RTCSEL_A
Auto Trait Implementations
impl RefUnwindSafe for RTCSEL_A
impl Send for RTCSEL_A
impl Sync for RTCSEL_A
impl Unpin for RTCSEL_A
impl UnwindSafe for RTCSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more