HAL
IS_RTC_FORMAT is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_RTC_FORMAT macro

Syntax

#define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))

Arguments

FORMAT

References

LocationText
stm32f4xx_hal_rtc.h:840
#define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))
stm32f4xx_hal_rtc.c:704
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:817
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:863
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:951
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:1011
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:1208
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc.c:1499
assert_param(IS_RTC_FORMAT(Format));
stm32f4xx_hal_rtc_ex.c:371
assert_param(IS_RTC_FORMAT(Format));