pub enum RTOFF {
Enabled = 0,
Disabled = 1,
}
Expand description
RTC operation OFF
Value on reset: 1
Variants§
Enabled = 0
0: Last write operation on RTC registers is still ongoing
Disabled = 1
1: Last write operation on RTC registers terminated
Trait Implementations§
impl Copy for RTOFF
impl Eq for RTOFF
impl StructuralPartialEq for RTOFF
Auto Trait Implementations§
impl Freeze for RTOFF
impl RefUnwindSafe for RTOFF
impl Send for RTOFF
impl Sync for RTOFF
impl Unpin for RTOFF
impl UnwindSafe for RTOFF
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