Home
last modified time | relevance | path

Searched refs:RCC_PLL2_OFF (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) || \
506 #define RCC_PLL2_OFF 0x00000001U macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c1295 RCC_OscInitStruct->PLL2.PLL2State = RCC_PLL2_OFF; in HAL_RCC_GetOscConfig()