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