#[repr(u8)]pub enum RTCSEL_A {
NoClock = 0,
Lse = 1,
Lsi = 2,
Hse = 3,
}
Expand description
RTC clock source selection
Value on reset: 0
Variants§
NoClock = 0
0: No clock
Lse = 1
1: LSE oscillator clock used as RTC clock
Lsi = 2
2: LSI oscillator clock used as RTC clock
Hse = 3
3: HSE oscillator clock divided by a prescaler used as RTC clock
Trait Implementations§
impl Copy for RTCSEL_A
impl StructuralPartialEq for RTCSEL_A
Auto Trait Implementations§
impl Freeze for RTCSEL_A
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§
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