Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c609 if ((RCC_OscInitStruct->PLL2.PLL2State) == RCC_PLL2_ON) in HAL_RCC_OscConfig()
1291 RCC_OscInitStruct->PLL2.PLL2State = RCC_PLL2_ON; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h140 ((__PLL__) == RCC_PLL2_ON))
507 #define RCC_PLL2_ON 0x00000002U macro