Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h139 #define IS_RCC_PLL2(__PLL__) (((__PLL__) == RCC_PLL2_NONE) || ((__PLL__) == RCC_PLL2_OFF) || \
505 #define RCC_PLL2_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c597 if ((RCC_OscInitStruct->PLL2.PLL2State) != RCC_PLL2_NONE) in HAL_RCC_OscConfig()