Enum stm32wlxx_hal::pac::rtc::misr::ALRAMF_A
pub enum ALRAMF_A {
Match = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Alarm A 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_A
impl StructuralPartialEq for ALRAMF_A
Auto Trait Implementations§
impl RefUnwindSafe for ALRAMF_A
impl Send for ALRAMF_A
impl Sync for ALRAMF_A
impl Unpin for ALRAMF_A
impl UnwindSafe for ALRAMF_A
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