pub enum INIT {
FreeRunningMode = 0,
InitMode = 1,
}
Expand description
Initialization mode
Value on reset: 0
Variants§
FreeRunningMode = 0
0: Free running mode
InitMode = 1
1: Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset.
Trait Implementations§
impl Copy for INIT
impl Eq for INIT
impl StructuralPartialEq for INIT
Auto Trait Implementations§
impl Freeze for INIT
impl RefUnwindSafe for INIT
impl Send for INIT
impl Sync for INIT
impl Unpin for INIT
impl UnwindSafe for INIT
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