Home
last modified time | relevance | path

Searched refs:RTC_ICSR_ALRAWF (Results 1 – 25 of 73) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h245 #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/
Dstm32g0xx_hal_rtc.h696 …__FLAG__) == RTC_FLAG_ALRAWF) ? (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_ALRAWF)) != 0U) ? 1U…
837 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
Dstm32g0xx_ll_rtc.h251 #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/
Dstm32g4xx_hal_rtc.c1261 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/
Dstm32h7xx_hal_timebase_rtc_alarm_template.c171 #if defined(RTC_ICSR_ALRAWF) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h255 #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()
Dstm32g4xx_hal_rtc.h889 RTC_ICSR_WUTWF | RTC_ICSR_ALRBWF | RTC_ICSR_ALRAWF)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h505 #define RTC_FLAG_ALRAWF RTC_ICSR_ALRAWF /*!< Alarm A write operation pending fl…
Dstm32h7xx_ll_rtc.h4435 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_ALRAWF) == (RTC_ICSR_ALRAWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_ALRAW()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h4421 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32c031xx.h4584 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32c071xx.h5071 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h4693 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g050xx.h4739 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g070xx.h4891 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g031xx.h4939 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g041xx.h5237 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g051xx.h5314 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g061xx.h5612 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g071xx.h5702 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g081xx.h6000 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g0b0xx.h5986 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g0c1xx.h7423 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h8156 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro
Dstm32g411xc.h8344 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk macro

123