Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h411 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h411 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c1413 while((hrtc->Instance->ISR & RTC_ISR_RSF) == (uint32_t)RESET) in HAL_RTC_WaitForSynchro()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c1413 while((hrtc->Instance->ISR & RTC_ISR_RSF) == (uint32_t)RESET) in HAL_RTC_WaitForSynchro()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h11931 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro