Macros
Collaboration diagram for RTC_Time_Definitions:

Macros

#define IS_RTC_HOUR12(HOUR)   (((HOUR) > 0) && ((HOUR) <= 12))
 
#define IS_RTC_HOUR12(HOUR)   (((HOUR) > 0) && ((HOUR) <= 12))
 
#define IS_RTC_HOUR24(HOUR)   ((HOUR) <= 23)
 
#define IS_RTC_HOUR24(HOUR)   ((HOUR) <= 23)
 
#define IS_RTC_MINUTES(MINUTES)   ((MINUTES) <= 59)
 
#define IS_RTC_MINUTES(MINUTES)   ((MINUTES) <= 59)
 
#define IS_RTC_SECONDS(SECONDS)   ((SECONDS) <= 59)
 
#define IS_RTC_SECONDS(SECONDS)   ((SECONDS) <= 59)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_HOUR12 (   HOUR)    (((HOUR) > 0) && ((HOUR) <= 12))

Definition at line 163 of file stm32f4xx_rtc.h.

#define IS_RTC_HOUR12 (   HOUR)    (((HOUR) > 0) && ((HOUR) <= 12))

Definition at line 163 of file stm32f30x_rtc.h.

#define IS_RTC_HOUR24 (   HOUR)    ((HOUR) <= 23)

Definition at line 164 of file stm32f4xx_rtc.h.

#define IS_RTC_HOUR24 (   HOUR)    ((HOUR) <= 23)

Definition at line 164 of file stm32f30x_rtc.h.

#define IS_RTC_MINUTES (   MINUTES)    ((MINUTES) <= 59)

Definition at line 165 of file stm32f30x_rtc.h.

#define IS_RTC_MINUTES (   MINUTES)    ((MINUTES) <= 59)

Definition at line 165 of file stm32f4xx_rtc.h.

#define IS_RTC_SECONDS (   SECONDS)    ((SECONDS) <= 59)

Definition at line 166 of file stm32f4xx_rtc.h.

#define IS_RTC_SECONDS (   SECONDS)    ((SECONDS) <= 59)

Definition at line 166 of file stm32f30x_rtc.h.



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