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

IS_RTC_TIMESTAMP_PIN macro

Syntax

#define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT) || \     ((PIN) == RTC_TIMESTAMPPIN_POS1))

Arguments

PIN

References

LocationText
stm32f4xx_hal_rtc_ex.h:973
#define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT) || \
stm32f4xx_hal_rtc_ex.h:976
#define IS_RTC_TIMESTAMP_PIN(PIN) ((PIN) == RTC_TIMESTAMPPIN_DEFAULT)
stm32f4xx_hal_rtc_ex.c:192
assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin));
stm32f4xx_hal_rtc_ex.c:264
assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin));