HAL + 0/9 examples
CodeScope will show references to RTC_ALARM_A from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
PWR
RTC
STM32469I_EVAL
Examples
PWR
RTC
STM324x9I_EVAL
Examples
PWR
RTC
STM324xG_EVAL
Examples
PWR
RTC
STM32F413ZH-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RTC_ALARM_A macro

Syntax

#define RTC_ALARM_A RTC_CR_ALRAE

Examples

RTC_ALARM_A is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc.h:369
#define RTC_ALARM_A RTC_CR_ALRAE
stm32f4xx_hal_rtc.c:1100
if (sAlarm->Alarm == RTC_ALARM_A)
stm32f4xx_hal_rtc.c:1297
if (sAlarm->Alarm == RTC_ALARM_A)
stm32f4xx_hal_rtc.c:1410
if (Alarm == RTC_ALARM_A)
stm32f4xx_hal_rtc.c:1502
if (Alarm == RTC_ALARM_A)
stm32f4xx_hal_rtc.c:1504
sAlarm->Alarm = RTC_ALARM_A;
stm32f4xx_hal_rtc.h:869
#define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))