Macros | |
#define | IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD)) |
#define | IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD)) |
#define | RTC_Format_BCD ((uint32_t)0x000000001) |
#define | RTC_Format_BCD ((uint32_t)0x000000001) |
#define | RTC_Format_BIN ((uint32_t)0x000000000) |
#define | RTC_Format_BIN ((uint32_t)0x000000000) |
#define IS_RTC_FORMAT | ( | FORMAT | ) | (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD)) |
Definition at line 725 of file stm32f30x_rtc.h.
#define IS_RTC_FORMAT | ( | FORMAT | ) | (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD)) |
Definition at line 746 of file stm32f4xx_rtc.h.
#define RTC_Format_BCD ((uint32_t)0x000000001) |
Definition at line 724 of file stm32f30x_rtc.h.
#define RTC_Format_BCD ((uint32_t)0x000000001) |
Definition at line 745 of file stm32f4xx_rtc.h.
#define RTC_Format_BIN ((uint32_t)0x000000000) |
Definition at line 723 of file stm32f30x_rtc.h.
#define RTC_Format_BIN ((uint32_t)0x000000000) |
Definition at line 744 of file stm32f4xx_rtc.h.