Home
last modified time | relevance | path

Searched refs:RTC_WUTR_WUT (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c1239 return ((uint32_t)(hrtc->Instance->WUTR & RTC_WUTR_WUT)); in HAL_RTCEx_GetWakeUpTimer()
Dstm32l4xx_hal_rtc.c326 hrtc->Instance->WUTR = RTC_WUTR_WUT; in HAL_RTC_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c326 hrtc->Instance->WUTR = RTC_WUTR_WUT; in HAL_RTC_DeInit()
Dstm32l4xx_hal_rtc_ex.c1239 return ((uint32_t)(hrtc->Instance->WUTR & RTC_WUTR_WUT)); in HAL_RTCEx_GetWakeUpTimer()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h11959 #define RTC_WUTR_WUT RTC_WUTR_WUT_Msk macro