Type Alias stm32h7xx_hal::device::rtc::isr::ALRBF_R

source ·
pub type ALRBF_R = BitReaderRaw<ALRBF_A>;
Expand description

Field ALRBF reader - Alarm B flag This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm B register (RTC_ALRMBR). This flag is cleared by software by writing 0.

Aliased Type§

struct ALRBF_R { /* private fields */ }