Enum stm32wlxx_hal::pac::rtc::alrmssr::SSCLR_A
pub enum SSCLR_A {
FreeRunning = 0,
Alrmbinr = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Clear synchronous counter on alarm (Binary mode only)
Value on reset: 0
Variants§
FreeRunning = 0
0: The synchronous binary counter (SS[31:0] in RTC_SSR) is free-running
Alrmbinr = 1
1: The synchronous binary counter (SS[31:0] in RTC_SSR) is running from 0xFFFF FFFF to RTC_ALRMABINR → SS[31:0] value and is automatically reloaded with 0xFFFF FFFF when reaching RTC_ALRMABINR → SS[31:0]
Trait Implementations§
impl Copy for SSCLR_A
impl StructuralPartialEq for SSCLR_A
Auto Trait Implementations§
impl RefUnwindSafe for SSCLR_A
impl Send for SSCLR_A
impl Sync for SSCLR_A
impl Unpin for SSCLR_A
impl UnwindSafe for SSCLR_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