Home
last modified time | relevance | path

Searched refs:HSI14_TIMEOUT_VALUE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c566 if((HAL_GetTick() - tickstart) > HSI14_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
597 if((HAL_GetTick() - tickstart) > HSI14_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h54 #define HSI14_TIMEOUT_VALUE (2U) /* 2 ms (minimum Tick + 1U) */ macro