Home
last modified time | relevance | path

Searched refs:RTC_ICSR_RSF (Results 1 – 25 of 150) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h242 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
2266 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_RS()
2277 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rtc.c1381 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
1386 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
1391 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc.h817 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
820 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32l5xx_ll_rtc.h250 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3899 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
3910 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc.h836 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
839 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32g0xx_ll_rtc.h246 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3407 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_RS()
3418 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc.h888 RTC_ICSR_RSF | RTC_ICSR_INITS | RTC_ICSR_SHPF | \
890 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32g4xx_ll_rtc.h250 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3512 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
3523 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h500 #define RTC_FLAG_RSF RTC_ICSR_RSF /*!< Registers synchronization flag */
1001 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32h7xx_ll_rtc.h247 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
4369 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_RS()
4380 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc.h999 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
1002 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32l4xx_ll_rtc.h247 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3961 return (READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)); in LL_RTC_IsActiveFlag_RS()
3972 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h250 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3719 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
3730 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rtc.h247 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3559 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
3570 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c2044 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
2049 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
2054 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc.c2093 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
2098 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
2103 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc.c2120 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
2125 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
2130 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc.c2032 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
2037 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
2042 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc.c2079 CLEAR_BIT(RTC->ICSR, RTC_ICSR_RSF); in HAL_RTC_WaitForSynchro()
2084 while (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
2089 if (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h250 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
3650 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
3661 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rtc.h273 #define LL_RTC_ICSR_RSF RTC_ICSR_RSF
4124 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RSF) == (RTC_ICSR_RSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RS()
4135 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()
Dstm32wbaxx_hal_rtc_ex.h927 … ((__FLAG__) == RTC_FLAG_RSF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == \
928 RTC_ICSR_RSF) : \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h916 … ((__FLAG__) == RTC_FLAG_RSF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == \
917 RTC_ICSR_RSF) : \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h895 … ((__FLAG__) == RTC_FLAG_RSF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == \
896 RTC_ICSR_RSF) : \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h855 … ((__FLAG__) == RTC_FLAG_RSF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_RSF) == \
856 RTC_ICSR_RSF) : \

123456