/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_rtc.h | 473 #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 D | stm32l4xx_hal_rtc.h | 592 #define RTC_FLAG_RSF RTC_ISR_RSF 983 #define RTC_RSF_MASK (~(RTC_ISR_INIT | RTC_ISR_RSF))
|
H A D | stm32l4xx_ll_rtc.h | 264 #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 D | stm32f4xx_ll_rtc.h | 248 #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 D | stm32wbxx_hal_rtc.c | 1738 while((hrtc->Instance->ISR & RTC_ISR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_rtc.c | 1720 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 D | stm32l4xx_hal_rtc.c | 2438 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 D | stm32f410rx.h | 5106 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f410tx.h | 5056 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f410cx.h | 5102 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f401xe.h | 4779 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f401xc.h | 4779 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f411xe.h | 4810 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f412cx.h | 9407 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f405xx.h | 10264 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f415xx.h | 10549 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f412zx.h | 10417 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f407xx.h | 10600 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f412vx.h | 10397 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
H A D | stm32f413xx.h | 10797 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 4966 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< */ macro
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 7715 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< Registers synch… macro
|
H A D | stm32wb55xx.h | 8830 #define RTC_ISR_RSF RTC_ISR_RSF_Msk /*!< Registers synch… macro
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 10616 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 10738 #define RTC_ISR_RSF RTC_ISR_RSF_Msk macro
|