/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc_ex.c | 275 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/ |
D | stm32wlxx_hal_rtc_ex.c | 288 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/ |
D | stm32mp1xx_hal_rtc_ex.c | 401 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/ |
D | stm32l5xx_hal_rtc_ex.c | 402 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/ |
D | stm32u0xx_hal_rtc_ex.c | 380 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/ |
D | stm32c0xx_ll_rtc.h | 237 #define LL_RTC_SCR_TSF RTC_SCR_CTSF 2232 WRITE_REG(RTCx->SCR, RTC_SCR_CTSF); in LL_RTC_ClearFlag_TS()
|
D | stm32c0xx_hal_rtc.h | 493 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rtc_ex.c | 351 WRITE_REG(RTC->SCR, RTC_SCR_CTSF); in HAL_RTCEx_TimeStampIRQHandler()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc_ex.c | 445 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/ |
D | stm32wbaxx_hal_rtc_ex.c | 409 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/ |
D | stm32l4xx_hal_rtc_ex.c | 431 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/ |
D | stm32h7rsxx_hal_rtc_ex.c | 455 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/ |
D | stm32u5xx_hal_rtc_ex.c | 383 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/ |
D | stm32h5xx_hal_rtc_ex.c | 460 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/ |
D | stm32u0xx_hal_rtc.h | 555 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc.h | 496 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc.h | 502 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rtc.h | 528 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc.h | 518 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc.h | 524 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc.h | 513 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc.h | 528 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rtc.h | 510 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc.h | 532 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc.h | 536 #define RTC_CLEAR_TSF RTC_SCR_CTSF /*!< Clear Time-stamp flag */
|