Enum stm32wlxx_hal::pac::rtc::cr::WUCKSEL_A
#[repr(u8)]pub enum WUCKSEL_A {
Div16 = 0,
Div8 = 1,
Div4 = 2,
Div2 = 3,
ClockSpare = 4,
ClockSpareWithOffset = 6,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup clock selection
Value on reset: 0
Variants§
Div16 = 0
0: RTC/16 clock is selected
Div8 = 1
1: RTC/8 clock is selected
Div4 = 2
2: RTC/4 clock is selected
Div2 = 3
3: RTC/2 clock is selected
ClockSpare = 4
4: ck_spre (usually 1 Hz) clock is selected
ClockSpareWithOffset = 6
6: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
Trait Implementations§
impl Copy for WUCKSEL_A
impl StructuralPartialEq for WUCKSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for WUCKSEL_A
impl Send for WUCKSEL_A
impl Sync for WUCKSEL_A
impl Unpin for WUCKSEL_A
impl UnwindSafe for WUCKSEL_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