Home
last modified time | relevance | path

Searched refs:RTC_SCR_CTSF (Results 1 – 25 of 162) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c275 WRITE_REG(hrtc->Instance->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_DeactivateTimeStamp()
404 WRITE_REG(hrtc->Instance->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
451 WRITE_REG(hrtc->Instance->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_TimeStampIRQHandler()
456 WRITE_REG(hrtc->Instance->SCR, RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c288 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_DeactivateTimeStamp()
357 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_DeactivateInternalTimeStamp()
431 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
452 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c401 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
423 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
448 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c402 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
424 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
449 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c380 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
402 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h237 #define LL_RTC_SCR_TSF RTC_SCR_CTSF
2232 WRITE_REG(RTCx->SCR, RTC_SCR_CTSF); in LL_RTC_ClearFlag_TS()
Dstm32c0xx_hal_rtc.h493 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rtc_ex.c351 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c445 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
483 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c409 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_GetTimeStamp()
447 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c431 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
519 hrtc->Instance->SCR = RTC_SCR_CTSF; in HAL_RTCEx_TamperTimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c455 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
489 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c383 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
410 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c460 WRITE_REG(RTC->SCR, (RTC_SCR_CITSF | RTC_SCR_CTSF)); in HAL_RTCEx_GetTimeStamp()
488 WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc.h555 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rtc.h496 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc.h502 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc.h528 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc.h518 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc.h524 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc.h513 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc.h528 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc.h510 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc.h532 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc.h536 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */

1234567