pub enum ALRAF {
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 A register (RTC_ALRMAR)
Trait Implementations§
impl Copy for ALRAF
impl Eq for ALRAF
impl StructuralPartialEq for ALRAF
Auto Trait Implementations§
impl Freeze for ALRAF
impl RefUnwindSafe for ALRAF
impl Send for ALRAF
impl Sync for ALRAF
impl Unpin for ALRAF
impl UnwindSafe for ALRAF
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