Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c214 … HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp() argument
220 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
223 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp()
273 …L_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp_IT() argument
279 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp_IT()
282 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c169 … HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp() argument
175 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
224 …L_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp_IT() argument
230 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.h1262 …HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
1263 …_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1178 …HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
1179 …_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);