pub enum MSK1 {
Mask = 0,
NotMask = 1,
}
Expand description
Alarm seconds mask
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MSK1
impl Eq for MSK1
impl StructuralPartialEq for MSK1
Auto Trait Implementations§
impl Freeze for MSK1
impl RefUnwindSafe for MSK1
impl Send for MSK1
impl Sync for MSK1
impl Unpin for MSK1
impl UnwindSafe for MSK1
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