pub enum ALRAFR {
Match = 1,
}
Expand description
Alarm %s flag
Value on reset: 0
Variants§
Match = 1
1: This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm register (RTC_ALRMxR)
Trait Implementations§
impl Copy for ALRAFR
impl Eq for ALRAFR
impl StructuralPartialEq for ALRAFR
Auto Trait Implementations§
impl Freeze for ALRAFR
impl RefUnwindSafe for ALRAFR
impl Send for ALRAFR
impl Sync for ALRAFR
impl Unpin for ALRAFR
impl UnwindSafe for ALRAFR
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