pub enum CNF {
Exit = 0,
Enter = 1,
}
Expand description
Configuration Flag
Value on reset: 0
Variants§
Exit = 0
0: Exit configuration mode (start update of RTC registers)
Enter = 1
1: Enter configuration mode
Trait Implementations§
impl Copy for CNF
impl Eq for CNF
impl StructuralPartialEq for CNF
Auto Trait Implementations§
impl Freeze for CNF
impl RefUnwindSafe for CNF
impl Send for CNF
impl Sync for CNF
impl Unpin for CNF
impl UnwindSafe for CNF
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