Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rtc_ex.c171 … HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp() argument
177 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
178 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp()
229 …L_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp_IT() argument
235 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp_IT()
236 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rtc_ex.c174 … HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp() argument
178 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp()
179 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp()
225 …L_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin) in HAL_RTCEx_SetTimeStamp_IT() argument
229 assert_param(IS_RTC_TIMESTAMP_PIN(RTC_TimeStampPin)); in HAL_RTCEx_SetTimeStamp_IT()
230 UNUSED(RTC_TimeStampPin); in HAL_RTCEx_SetTimeStamp_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rtc_ex.h1466 uint32_t RTC_TimeStampPin);
1468 uint32_t RTC_TimeStampPin);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rtc_ex.h1544 …HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
1545 …_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);