/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rtc.h | 245 #define LL_RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF 2311 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRAWF) == (RTC_ICSR_ALRAWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRAW()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc.h | 696 …__FLAG__) == RTC_FLAG_ALRAWF) ? (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_ALRAWF)) != 0U) ? 1U… 837 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
|
D | stm32g0xx_ll_rtc.h | 251 #define LL_RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF 3473 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRAWF) == (RTC_ICSR_ALRAWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRAW()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc.c | 1261 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_SetAlarm() 1448 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_SetAlarm_IT() 1554 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_DeactivateAlarm()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_timebase_rtc_alarm_template.c | 171 #if defined(RTC_ICSR_ALRAWF) in HAL_InitTick()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 255 #define LL_RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF 3578 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRAWF) == (RTC_ICSR_ALRAWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_ALRAW()
|
D | stm32g4xx_hal_rtc.h | 889 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rtc.h | 505 #define RTC_FLAG_ALRAWF RTC_ICSR_ALRAWF /*!< Alarm A write operation pending fl…
|
D | stm32h7xx_ll_rtc.h | 4435 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRAWF) == (RTC_ICSR_ALRAWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRAW()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4421 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32c031xx.h | 4584 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32c071xx.h | 5071 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4693 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g050xx.h | 4739 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g070xx.h | 4891 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g031xx.h | 4939 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g041xx.h | 5237 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g051xx.h | 5314 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g061xx.h | 5612 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g071xx.h | 5702 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g081xx.h | 6000 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g0b0xx.h | 5986 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g0c1xx.h | 7423 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 8156 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|
D | stm32g411xc.h | 8344 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
|