Home
last modified time | relevance | path

Searched refs:RTC_ICSR_ALRBWF (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc.h697 … (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_ALRBWF)) != 0U) ? 1U : 0U))
837 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
Dstm32g0xx_ll_rtc.h250 #define LL_RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF
3462 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRBWF) == (RTC_ICSR_ALRBWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRBW()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc.c1294 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_SetAlarm()
1481 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_SetAlarm_IT()
1580 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_DeactivateAlarm()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h254 #define LL_RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF
3567 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRBWF) == (RTC_ICSR_ALRBWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_ALRBW()
Dstm32g4xx_hal_rtc.h889 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h504 #define RTC_FLAG_ALRBWF RTC_ICSR_ALRBWF /*!< Alarm B write operation pending fl…
Dstm32h7xx_ll_rtc.h4424 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRBWF) == (RTC_ICSR_ALRBWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRBW()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h4690 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g050xx.h4736 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g070xx.h4888 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g031xx.h4936 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g041xx.h5234 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g051xx.h5311 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g061xx.h5609 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g071xx.h5699 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g081xx.h5997 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g0b0xx.h5983 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g0c1xx.h7420 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g0b1xx.h7122 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h8153 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g411xc.h8341 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g441xx.h8585 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32gbk1cb.h8327 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g431xx.h8355 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro
Dstm32g4a1xx.h8997 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk macro

123