pub enum RTCSELR {
NOCLOCK,
LSE,
LSI,
HSE,
}
Expand description
Possible values of the field RTCSEL
Variants§
NOCLOCK
No clock
LSE
LSE oscillator clock used as RTC clock
LSI
LSI oscillator clock used as RTC clock
HSE
HSE oscillator clock divided by a prescaler used as RTC clock
Implementations§
Trait Implementations§
impl Copy for RTCSELR
impl StructuralPartialEq for RTCSELR
Auto Trait Implementations§
impl Freeze for RTCSELR
impl RefUnwindSafe for RTCSELR
impl Send for RTCSELR
impl Sync for RTCSELR
impl Unpin for RTCSELR
impl UnwindSafe for RTCSELR
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