Macros | |
#define | IS_RTC_ALARM(ALARM) (((ALARM) == RTC_Alarm_A) || ((ALARM) == RTC_Alarm_B)) |
#define | IS_RTC_ALARM(ALARM) (((ALARM) == RTC_Alarm_A) || ((ALARM) == RTC_Alarm_B)) |
#define | IS_RTC_CMD_ALARM(ALARM) (((ALARM) & (RTC_Alarm_A | RTC_Alarm_B)) != (uint32_t)RESET) |
#define | IS_RTC_CMD_ALARM(ALARM) (((ALARM) & (RTC_Alarm_A | RTC_Alarm_B)) != (uint32_t)RESET) |
#define | RTC_Alarm_A ((uint32_t)0x00000100) |
#define | RTC_Alarm_A ((uint32_t)0x00000100) |
#define | RTC_Alarm_B ((uint32_t)0x00000200) |
#define | RTC_Alarm_B ((uint32_t)0x00000200) |
#define IS_RTC_ALARM | ( | ALARM | ) | (((ALARM) == RTC_Alarm_A) || ((ALARM) == RTC_Alarm_B)) |
Definition at line 290 of file stm32f4xx_rtc.h.
#define IS_RTC_ALARM | ( | ALARM | ) | (((ALARM) == RTC_Alarm_A) || ((ALARM) == RTC_Alarm_B)) |
Definition at line 290 of file stm32f30x_rtc.h.
#define IS_RTC_CMD_ALARM | ( | ALARM | ) | (((ALARM) & (RTC_Alarm_A | RTC_Alarm_B)) != (uint32_t)RESET) |
Definition at line 291 of file stm32f4xx_rtc.h.
#define IS_RTC_CMD_ALARM | ( | ALARM | ) | (((ALARM) & (RTC_Alarm_A | RTC_Alarm_B)) != (uint32_t)RESET) |
Definition at line 291 of file stm32f30x_rtc.h.
#define RTC_Alarm_A ((uint32_t)0x00000100) |
Definition at line 288 of file stm32f30x_rtc.h.
#define RTC_Alarm_A ((uint32_t)0x00000100) |
Definition at line 288 of file stm32f4xx_rtc.h.
#define RTC_Alarm_B ((uint32_t)0x00000200) |
Definition at line 289 of file stm32f4xx_rtc.h.
#define RTC_Alarm_B ((uint32_t)0x00000200) |
Definition at line 289 of file stm32f30x_rtc.h.