Macros
Collaboration diagram for RTC_Alarms_Definitions:

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)
 

Detailed Description

Macro Definition Documentation

#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.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54