Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc.c74 #define PLL_FRAC_WAIT_VALUE 1U /* PLL Fractional part waiting time before new la… macro
908 while ((HAL_GetTick() - tickstart) < PLL_FRAC_WAIT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc.c72 #define PLL_FRAC_WAIT_VALUE 1U /* PLL Fractional part waiting time before new latc… macro
1302 while ((HAL_GetTick() - tickstart) < PLL_FRAC_WAIT_VALUE) in HAL_RCC_OscConfig()