Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c74 #define LSI2_TIMEOUT_VALUE (3U) /* to be adjusted with DS */ macro
669 if ((HAL_GetTick() - tickstart) > LSI2_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
720 if ((HAL_GetTick() - tickstart) > LSI2_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
739 if ((HAL_GetTick() - tickstart) > LSI2_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
Dstm32wbxx_hal_rcc_ex.c64 #define LSI2_TIMEOUT_VALUE (3U) /* to be adjusted with DS */ macro