pub enum WDSEL {
DateUnits = 0,
WeekDay = 1,
}
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
impl Eq for WDSEL
impl StructuralPartialEq for WDSEL
Auto Trait Implementations§
impl Freeze for WDSEL
impl RefUnwindSafe for WDSEL
impl Send for WDSEL
impl Sync for WDSEL
impl Unpin for WDSEL
impl UnwindSafe for WDSEL
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