Type Alias stm32_hal2::pac::rtc::isr::ALRAF_W

source ·
pub type ALRAF_W<'a, const O: u8> = BitWriterRaw<'a, u32, ISR_SPEC, ALRAF_AW, BitM, O>;
Expand description

Field ALRAF writer - Alarm A flag This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm A register (RTC_ALRMAR). This flag is cleared by software by writing 0.

Aliased Type§

struct ALRAF_W<'a, const O: u8> { /* private fields */ }