#[repr(u8)]
pub enum SEL_A {
OFF,
SS,
MMSS,
HHMMSS,
DDHHMMSS,
MMDDHHMMSS,
YYMMDDHHMMSS,
}
Expand description
Alarm Mask Selection
Value on reset: 0
Variants
OFF
0: Alarm Disabled
SS
1: Match seconds only
MMSS
2: Match seconds and minutes only
HHMMSS
3: Match seconds, minutes, and hours only
DDHHMMSS
4: Match seconds, minutes, hours, and days only
MMDDHHMMSS
5: Match seconds, minutes, hours, days, and months only
YYMMDDHHMMSS
6: Match seconds, minutes, hours, days, months, and years
Trait Implementations
impl Copy for SEL_A
impl StructuralPartialEq for SEL_A
Auto Trait Implementations
impl RefUnwindSafe for SEL_A
impl Send for SEL_A
impl Sync for SEL_A
impl Unpin for SEL_A
impl UnwindSafe for SEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more