Home
last modified time | relevance | path

Searched refs:IS_RTC_TIMESTAMP_PIN (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c175 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
230 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c220 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
279 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h1401 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1355 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) macro