Home
last modified time | relevance | path

Searched refs:RTC_ISR_WUTWF (Results 1 – 25 of 171) sorted by relevance

1234567

/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h238 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
2898 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32f0xx_hal_rtc.h450 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h247 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
2887 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32f2xx_hal_rtc.h378 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h256 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3445 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32l1xx_hal_rtc.h462 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h251 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3477 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32f7xx_hal_rtc.h441 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h254 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3373 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32l0xx_hal_rtc.h464 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h251 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3409 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32f4xx_hal_rtc.h442 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h252 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3404 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32f3xx_hal_rtc.h446 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance fl…
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h254 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
3559 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32wbxx_hal_rtc.h474 #define RTC_FLAG_WUTWF ((uint32_t)RTC_ISR_WUTWF)
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h266 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
4180 return ((READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
Dstm32h7xx_hal_rtc.h524 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h266 #define LL_RTC_ISR_WUTWF RTC_ISR_WUTWF
5197 return (READ_BIT(RTCx->ISR, RTC_ISR_WUTWF) == (RTC_ISR_WUTWF)); in LL_RTC_IsActiveFlag_WUTW()
Dstm32l4xx_hal_rtc.h591 #define RTC_FLAG_WUTWF RTC_ISR_WUTWF
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c768 while (READ_BIT(hrtc->Instance->ISR, RTC_ISR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
861 while (READ_BIT(hrtc->Instance->ISR, RTC_ISR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc.c413 while (((hrtc->Instance->ISR) & RTC_ISR_WUTWF) == 0U) in HAL_RTC_DeInit()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc.c398 while ((((hrtc->Instance->ISR) & RTC_ISR_WUTWF) == 0U) && (status != HAL_TIMEOUT)) in HAL_RTC_DeInit()
/hal_stm32-3.6.0/stm32cube/stm32l0xx/soc/
Dstm32l051xx.h4220 #define RTC_ISR_WUTWF RTC_ISR_WUTWF_Msk /*!< */ macro
Dstm32l010x4.h3879 #define RTC_ISR_WUTWF RTC_ISR_WUTWF_Msk /*!< */ macro

1234567