Searched refs:RTC_ALARM_B (Results 1 – 5 of 5) sorted by relevance
446 #define RTC_ALARM_B RTC_CR_ALRBE macro448 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))
132 RTC_ALARM_B = 0x1U, /**< Alarm-B */ enumerator456 ((x) == RTC_ALARM_B))
134 RTC_ALARM_B = 0x1U, /**< Alarm-B */ enumerator458 ((x) == RTC_ALARM_B))
137 RTC_ALARM_B = 0x0200 /*!< Select Alarm B */ enumerator
1642 sAlarm->Alarm = RTC_ALARM_B; in HAL_RTC_GetAlarm()
Completed in 18 milliseconds