pub enum WrEn {
Inactive = 0,
Pending = 1,
}Expand description
Write Enable. This register bit serves as a protection mechanism against unintentional writes to critical RTC bits.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WrEn
impl Eq for WrEn
impl StructuralPartialEq for WrEn
Auto Trait Implementations§
impl Freeze for WrEn
impl RefUnwindSafe for WrEn
impl Send for WrEn
impl Sync for WrEn
impl Unpin for WrEn
impl UnwindSafe for WrEn
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