Macros
Collaboration diagram for RTC_Hour_Formats:

Macros

#define IS_RTC_HOUR_FORMAT(FORMAT)
 
#define IS_RTC_HOUR_FORMAT(FORMAT)
 
#define RTC_HourFormat_12   ((uint32_t)0x00000040)
 
#define RTC_HourFormat_12   ((uint32_t)0x00000040)
 
#define RTC_HourFormat_24   ((uint32_t)0x00000000)
 
#define RTC_HourFormat_24   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

◆ IS_RTC_HOUR_FORMAT [1/2]

#define IS_RTC_HOUR_FORMAT (   FORMAT)
Value:
(((FORMAT) == RTC_HourFormat_12) || \
((FORMAT) == RTC_HourFormat_24))
#define RTC_HourFormat_12
#define RTC_HourFormat_24

Definition at line 135 of file stm32f4xx_rtc.h.

◆ IS_RTC_HOUR_FORMAT [2/2]

#define IS_RTC_HOUR_FORMAT (   FORMAT)
Value:
(((FORMAT) == RTC_HourFormat_12) || \
((FORMAT) == RTC_HourFormat_24))
#define RTC_HourFormat_12
#define RTC_HourFormat_24

Definition at line 135 of file stm32f30x_rtc.h.

◆ RTC_HourFormat_12 [1/2]

#define RTC_HourFormat_12   ((uint32_t)0x00000040)

Definition at line 134 of file stm32f30x_rtc.h.

◆ RTC_HourFormat_12 [2/2]

#define RTC_HourFormat_12   ((uint32_t)0x00000040)

Definition at line 134 of file stm32f4xx_rtc.h.

◆ RTC_HourFormat_24 [1/2]

#define RTC_HourFormat_24   ((uint32_t)0x00000000)

Definition at line 133 of file stm32f30x_rtc.h.

◆ RTC_HourFormat_24 [2/2]

#define RTC_HourFormat_24   ((uint32_t)0x00000000)

Definition at line 133 of file stm32f4xx_rtc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:14