pub enum RtcMode {
FreeRunning,
Periodic,
}Expand description
RTC operating mode.
Variants§
FreeRunning
Free-running mode: counter runs continuously.
Periodic
Periodic mode: counter resets when it reaches the load value.
Trait Implementations§
impl Copy for RtcMode
impl Eq for RtcMode
impl StructuralPartialEq for RtcMode
Auto Trait Implementations§
impl Freeze for RtcMode
impl RefUnwindSafe for RtcMode
impl Send for RtcMode
impl Sync for RtcMode
impl Unpin for RtcMode
impl UnsafeUnpin for RtcMode
impl UnwindSafe for RtcMode
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