Searched refs:RTC_SCR_CWUTF (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal_rtc_ex.c | 665 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_SetWakeUpTimer_IT() 790 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_WakeUpTimerIRQHandler() 816 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_WakeUpTimerIRQHandler() 872 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_PollForWakeUpTimerEvent()
|
D | stm32h5xx_hal_rtc.c | 481 …WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSOVF | RTC_SCR_CTSF | RTC_SCR_CWUTF | RTC_SCR_CALRBF… in HAL_RTC_DeInit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_rtc_ex.c | 634 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_SetWakeUpTimer_IT() 752 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_WakeUpTimerIRQHandler() 778 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_WakeUpTimerIRQHandler() 833 WRITE_REG(RTC->SCR, RTC_SCR_CWUTF); in HAL_RTCEx_PollForWakeUpTimerEvent()
|
D | stm32u5xx_hal_rtc.c | 438 …WRITE_REG(RTC->SCR, RTC_SCR_CITSF | RTC_SCR_CTSOVF | RTC_SCR_CTSF | RTC_SCR_CWUTF | RTC_SCR_CALRBF… in HAL_RTC_DeInit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_rtc.h | 538 #define RTC_CLEAR_WUTF RTC_SCR_CWUTF /*!< Clear Wakeup timer flag */
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
D | stm32h5xx_hal_rtc.h | 547 #define RTC_CLEAR_WUTF RTC_SCR_CWUTF /*!< Clear Wakeup timer flag */
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Include/ |
D | stm32l552xx.h | 13366 #define RTC_SCR_CWUTF RTC_SCR_CWUTF_Msk macro
|
D | stm32l562xx.h | 14105 #define RTC_SCR_CWUTF RTC_SCR_CWUTF_Msk macro
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/ |
D | stm32u585xx.h | 17617 #define RTC_SCR_CWUTF RTC_SCR_CWUTF_Msk macro
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/ |
D | stm32h573xx.h | 18157 #define RTC_SCR_CWUTF RTC_SCR_CWUTF_Msk macro
|