Home
last modified time | relevance | path

Searched refs:RCC_HSI_TIMEOUT_VALUE (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c69 #define RCC_HSI_TIMEOUT_VALUE (2U) /* 2 ms (minimum Tick + 1) */ macro
212 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_DeInit()
410 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
430 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c287 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_DeInit()
641 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
667 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
687 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
Dstm32h5xx_hal_rcc_ex.c6080 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in RCCEx_PLLSource_Enable()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c87 #define RCC_HSI_TIMEOUT_VALUE 1U /* 1 ms */ macro
237 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_DeInit()
566 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
583 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c92 #define RCC_HSI_TIMEOUT_VALUE 1U /* 1 ms */ macro
248 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_DeInit()
480 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
502 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c538 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
558 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
Dstm32u0xx_hal_rcc_ex.c1853 if ((HAL_GetTick() - tickstart) > RCC_HSI_TIMEOUT_VALUE) in RCCEx_PLLSource_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h2778 #define RCC_HSI_TIMEOUT_VALUE (2U) /* 2 ms (minimum Tick + 1) */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h4906 #define RCC_HSI_TIMEOUT_VALUE ((uint32_t)2U) /* 2 ms (minimum Tick + 1) */ macro