Home
last modified time | relevance | path

Searched refs:RCC_CLOCKSWITCH_TIMEOUT_VALUE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c74 #define RCC_CLOCKSWITCH_TIMEOUT_VALUE (5000U) /* 5 s */ macro
230 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_DeInit()
666 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
752 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
771 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c77 #define RCC_CLOCKSWITCH_TIMEOUT_VALUE ((uint32_t)5000U) /* 5 s */ macro
316 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_DeInit()
1159 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
1171 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
1181 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
1191 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c91 #define RCC_CLOCKSWITCH_TIMEOUT_VALUE 5000U /* 5 s */ macro
266 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_DeInit()
295 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_DeInit()
1019 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c95 #define RCC_CLOCKSWITCH_TIMEOUT_VALUE 5000U /* 5 s */ macro
263 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_DeInit()
1009 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()
1098 if ((HAL_GetTick() - tickstart) > RCC_CLOCKSWITCH_TIMEOUT_VALUE) in HAL_RCC_ClockConfig()