Home
last modified time | relevance | path

Searched refs:RTC_ICSR_INIT (Results 1 – 25 of 153) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc.c346 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTC_Init()
421 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTC_DeInit()
905 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTC_SetTime()
1073 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTC_SetDate()
1943 SET_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1969 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()
Dstm32u0xx_hal_timebase_rtc_alarm_template.c204 hRTC_Handle.Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_InitTick()
277 hrtc->Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_RTC_AlarmAEventCallback()
Dstm32u0xx_hal_rtc_ex.c1105 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTCEx_SetRefClock()
1155 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_timebase_rtc_alarm_template.c201 hRTC_Handle.Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_InitTick()
274 hrtc->Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_RTC_AlarmAEventCallback()
Dstm32c0xx_hal_rtc.c1462 SET_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1499 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_alarm_template.c231 hRTC_Handle.Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_InitTick()
323 hrtc->Instance->ICSR &= (uint32_t)~RTC_ICSR_INIT; in HAL_RTC_AlarmAEventCallback()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h677 WRITE_REG(RTCx->ICSR, (uint32_t)~RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc.h816 #define RTC_ICSR_RESERVED_MASK (RTC_ICSR_RECALPF | RTC_ICSR_INIT | RTC_ICSR_INITF | \
820 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32l5xx_ll_rtc.h1052 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1064 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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.h835 #define RTC_ICSR_RESERVED_MASK (RTC_ICSR_RECALPF | RTC_ICSR_INIT | RTC_ICSR_INITF | \
839 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
Dstm32g0xx_ll_rtc.h834 WRITE_REG(RTCx->ICSR, (uint32_t)~RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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.h887 #define RTC_ICSR_RESERVED_MASK (RTC_ICSR_RECALPF | RTC_ICSR_INIT | RTC_ICSR_INITF | \
890 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
/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.h1062 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1074 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc.c464 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_DeInit()
1878 SET_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1906 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h898 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
910 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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.h853 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
865 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h918 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
930 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
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.h1130 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1142 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
4135 …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/include/
Dstm32u5xx_ll_rtc.h1115 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1127 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
4147 …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/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rtc.h1164 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1176 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
4219 …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/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rtc.h1145 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1157 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
4171 …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/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc.c1674 SET_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1701 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc.c1763 SET_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1790 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rtc.h1204 SET_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_EnableInitMode()
1216 CLEAR_BIT(RTCx->ICSR, RTC_ICSR_INIT); in LL_RTC_DisableInitMode()
4262 …WRITE_REG(RTCx->ICSR, (~((RTC_ICSR_RSF | RTC_ICSR_INIT) & 0x000000FFU) | (RTCx->ICSR & RTC_ICSR_IN… in LL_RTC_ClearFlag_RS()

1234567