Lines Matching refs:ICSR
898 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
910 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
927 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BIN, BinaryMode); in LL_RTC_SetBinaryMode()
942 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BIN)); in LL_RTC_GetBinaryMode()
964 MODIFY_REG(RTCx->ICSR, RTC_ICSR_BCDU, BinMixBcdU); in LL_RTC_SetBinMixBCDU()
984 return (uint32_t)(READ_BIT(RTCx->ICSR, RTC_ICSR_BCDU)); in LL_RTC_GetBinMixBCDU()
3554 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_RECALPF) == (RTC_ICSR_RECALPF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_RECALP()
3708 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITF) == (RTC_ICSR_INITF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INIT()
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()
3741 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_INITS) == (RTC_ICSR_INITS)) ? 1U : 0U); in LL_RTC_IsActiveFlag_INITS()
3752 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_SHPF) == (RTC_ICSR_SHPF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_SHP()
3763 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()