#[repr(u8)]pub enum Selselect {
Off = 0,
Ss = 1,
Mmss = 2,
Hhmmss = 3,
Ddhhmmss = 4,
Mmddhhmmss = 5,
Yymmddhhmmss = 6,
}
Expand description
Alarm Mask Selection
Value on reset: 0
Variants§
Off = 0
0: Alarm Disabled
Ss = 1
1: Match seconds only
Mmss = 2
2: Match seconds and minutes only
Hhmmss = 3
3: Match seconds, minutes, and hours only
Ddhhmmss = 4
4: Match seconds, minutes, hours, and days only
Mmddhhmmss = 5
5: Match seconds, minutes, hours, days, and months only
Yymmddhhmmss = 6
6: Match seconds, minutes, hours, days, months, and years
Trait Implementations§
impl Copy for Selselect
impl Eq for Selselect
impl IsEnum for Selselect
impl StructuralPartialEq for Selselect
Auto Trait Implementations§
impl Freeze for Selselect
impl RefUnwindSafe for Selselect
impl Send for Selselect
impl Sync for Selselect
impl Unpin for Selselect
impl UnwindSafe for Selselect
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