pub enum RTCSrc {
LSE,
LSE_BYPASS,
LSI,
HSE,
HSE_BYPASS,
}
Expand description
RTC clock input source
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCSrc
impl RefUnwindSafe for RTCSrc
impl Send for RTCSrc
impl Sync for RTCSrc
impl Unpin for RTCSrc
impl UnwindSafe for RTCSrc
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