#[repr(u8)]pub enum Rtcf {
RTCF_0 = 0,
RTCF_1 = 1,
}Variants§
RTCF_0 = 0
No RTC wakeup detected since last time flag was cleared.
RTCF_1 = 1
RTC wakeup caused a deep powerdown wakeup. Write 1 to clear.
Implementations§
Trait Implementations§
Source§impl Ord for Rtcf
impl Ord for Rtcf
Source§impl PartialOrd for Rtcf
impl PartialOrd for Rtcf
impl Copy for Rtcf
impl Eq for Rtcf
impl StructuralPartialEq for Rtcf
Auto Trait Implementations§
impl Freeze for Rtcf
impl RefUnwindSafe for Rtcf
impl Send for Rtcf
impl Sync for Rtcf
impl Unpin for Rtcf
impl UnwindSafe for Rtcf
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