#[repr(u8)]pub enum Swr {
SWR_0 = 0,
SWR_1 = 1,
}Variants§
SWR_0 = 0
No effect.
SWR_1 = 1
Resets all RTC registers except for the SWR bit . The SWR bit is cleared by POR and by software explicitly clearing it.
Implementations§
Trait Implementations§
Source§impl Ord for Swr
impl Ord for Swr
Source§impl PartialOrd for Swr
impl PartialOrd for Swr
impl Copy for Swr
impl Eq for Swr
impl StructuralPartialEq for Swr
Auto Trait Implementations§
impl Freeze for Swr
impl RefUnwindSafe for Swr
impl Send for Swr
impl Sync for Swr
impl Unpin for Swr
impl UnwindSafe for Swr
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