Home
last modified time | relevance | path

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

12

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc.h473 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF)
846 #define RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF))
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rtc.h592 #define RTC_FLAG_RSF RTC_ISR_RSF
983 #define RTC_RSF_MASK (~(RTC_ISR_INIT | RTC_ISR_RSF))
H A Dstm32l4xx_ll_rtc.h264 #define LL_RTC_ISR_RSF RTC_ISR_RSF
5153 return (READ_BIT(RTCx->ISR, RTC_ISR_RSF) == (RTC_ISR_RSF)); in LL_RTC_IsActiveFlag_RS()
5164 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_RSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_RS()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_rtc.h248 #define LL_RTC_ISR_RSF RTC_ISR_RSF
3493 return (READ_BIT(RTCx->ISR, RTC_ISR_RSF) == (RTC_ISR_RSF)); in LL_RTC_IsActiveFlag_RS()
3504 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_RSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_RS()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rtc.c1738 while((hrtc->Instance->ISR & RTC_ISR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_rtc.c1720 while((hrtc->Instance->ISR & RTC_ISR_RSF) == (uint32_t)RESET) in HAL_RTC_WaitForSynchro()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rtc.c2438 while ((hrtc->Instance->ISR & RTC_ISR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f410rx.h5106 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f410tx.h5056 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f410cx.h5102 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f401xe.h4779 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f401xc.h4779 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f411xe.h4810 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f412cx.h9407 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f405xx.h10264 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f415xx.h10549 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f412zx.h10417 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f407xx.h10600 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f412vx.h10397 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
H A Dstm32f413xx.h10797 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h4966 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< */ macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h7715 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< Registers synch… macro
H A Dstm32wb55xx.h8830 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< Registers synch… macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h10616 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h10738 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro

12