pub enum ALRAMF {
Match = 1,
}
Expand description
Alarm %s masked 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 ALRAMF
impl Eq for ALRAMF
impl StructuralPartialEq for ALRAMF
Auto Trait Implementations§
impl Freeze for ALRAMF
impl RefUnwindSafe for ALRAMF
impl Send for ALRAMF
impl Sync for ALRAMF
impl Unpin for ALRAMF
impl UnwindSafe for ALRAMF
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