Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c2238 uint32_t pllState; in RCC_PLL_IsNewConfig() local
2243 pllState = RCC_PLL_ON; in RCC_PLL_IsNewConfig()
2249 pllState = RCC_PLL_BYPASS; in RCC_PLL_IsNewConfig()
2253 pllState = RCC_PLL_OFF; in RCC_PLL_IsNewConfig()
2258 if (pllState != pPLLInit->PLLState) in RCC_PLL_IsNewConfig()