Enum stm32wlxx_hal::pac::rtc::icsr::INIT_A
pub enum INIT_A {
FreeRunningMode = 0,
InitMode = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for INIT_A
Auto Trait Implementations§
impl RefUnwindSafe for INIT_A
impl Send for INIT_A
impl Sync for INIT_A
impl Unpin for INIT_A
impl UnwindSafe for INIT_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