Enum stm32wlxx_hal::pac::rtc::alrmr::WDSEL_A
pub enum WDSEL_A {
DateUnits = 0,
WeekDay = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Week day selection
Value on reset: 0
Variants§
DateUnits = 0
0: DU[3:0] represents the date units
WeekDay = 1
1: DU[3:0] represents the week day. DT[1:0] is don’t care.
Trait Implementations§
impl Copy for WDSEL_A
impl StructuralPartialEq for WDSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for WDSEL_A
impl Send for WDSEL_A
impl Sync for WDSEL_A
impl Unpin for WDSEL_A
impl UnwindSafe for WDSEL_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