Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c78 #define RCC_PLL_FRAC_WAIT_VALUE 1U /* PLL Fractional part waiting time before new la… macro
981 while ((HAL_GetTick() - tickstart) < RCC_PLL_FRAC_WAIT_VALUE) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c92 #define RCC_PLL_FRAC_WAIT_VALUE 1U /* PLL Fractional part waiting time before new latc… macro
803 while ((HAL_GetTick() - tickstart) < RCC_PLL_FRAC_WAIT_VALUE) in HAL_RCC_OscConfig()