/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rtc.c | 346 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()
|
D | stm32u0xx_hal_timebase_rtc_alarm_template.c | 204 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()
|
D | stm32u0xx_hal_rtc_ex.c | 1105 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/ |
D | stm32c0xx_hal_timebase_rtc_alarm_template.c | 201 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()
|
D | stm32c0xx_hal_rtc.c | 1462 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/ |
D | stm32h7xx_hal_timebase_rtc_alarm_template.c | 231 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/ |
D | stm32c0xx_ll_rtc.h | 677 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/ |
D | stm32l5xx_hal_rtc.h | 816 #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))
|
D | stm32l5xx_ll_rtc.h | 1052 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/ |
D | stm32g0xx_hal_rtc.h | 835 #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))
|
D | stm32g0xx_ll_rtc.h | 834 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/ |
D | stm32g4xx_hal_rtc.h | 887 #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/ |
D | stm32l4xx_hal_rtc.h | 999 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF)) 1002 #define RTC_RSF_MASK (~(RTC_ICSR_INIT | RTC_ICSR_RSF))
|
D | stm32l4xx_ll_rtc.h | 1062 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/ |
D | stm32g4xx_hal_rtc.c | 464 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/ |
D | stm32wlxx_ll_rtc.h | 898 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/ |
D | stm32u0xx_ll_rtc.h | 853 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/ |
D | stm32mp1xx_ll_rtc.h | 918 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/ |
D | stm32wbaxx_ll_rtc.h | 1130 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/ |
D | stm32u5xx_ll_rtc.h | 1115 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/ |
D | stm32h7rsxx_ll_rtc.h | 1164 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/ |
D | stm32n6xx_ll_rtc.h | 1145 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/ |
D | stm32mp1xx_hal_rtc.c | 1674 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/ |
D | stm32g0xx_hal_rtc.c | 1763 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/ |
D | stm32h5xx_ll_rtc.h | 1204 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()
|