Home
last modified time | relevance | path

Searched refs:RTC_ICSR_INITS (Results 1 – 25 of 134) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc.h559 …TIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1…
817 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
Dstm32l5xx_ll_rtc.h251 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3921 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc.h570 …TIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1…
836 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
Dstm32g0xx_ll_rtc.h247 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3429 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc.h567 …TIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1…
888 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rtc.h549 … (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1U : 0U)
Dstm32c0xx_ll_rtc.h243 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
2288 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc.h718 …RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1…
Dstm32wlxx_ll_rtc.h251 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3741 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc.h725 …HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS))
Dstm32wbaxx_hal_rtc_ex.h929 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
930 RTC_ICSR_INITS) : \
Dstm32wbaxx_ll_rtc.h274 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
4146 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc.h731 …HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS))
Dstm32n6xx_hal_rtc_ex.h918 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
919 RTC_ICSR_INITS) : \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc.h735 …HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS))
Dstm32h7rsxx_hal_rtc_ex.h857 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
858 RTC_ICSR_INITS) : \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc.h751 …HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS))
Dstm32h5xx_hal_rtc_ex.h958 (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
959 RTC_ICSR_INITS) : \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc.h743 …HAL_RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS))
Dstm32u5xx_hal_rtc_ex.h897 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
898 RTC_ICSR_INITS) : \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc.h649 …RTC_IS_CALENDAR_INITIALIZED(__HANDLE__) ((((RTC->ICSR) & (RTC_ICSR_INITS)) == RTC_ICSR_INITS) ? 1…
Dstm32l4xx_ll_rtc.h248 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3983 return (READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rtc.h248 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3581 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h251 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
3672 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h248 #define LL_RTC_ICSR_INITS RTC_ICSR_INITS
4391 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INITS()

123456