Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h201 #define IS_RCC_ADC12PLLCLK_DIV(ADCCLK) (((ADCCLK) == RCC_ADC12PLLCLK_OFF) || ((ADCCLK) == RCC_ADC…
230 #define IS_RCC_ADC12PLLCLK_DIV(ADCCLK) (((ADCCLK) == RCC_ADC12PLLCLK_OFF) || ((ADCCLK) == RCC_ADC…
281 #define IS_RCC_ADC12PLLCLK_DIV(ADCCLK) (((ADCCLK) == RCC_ADC12PLLCLK_OFF) || ((ADCCLK) == RCC_ADC…
1315 #define RCC_ADC12PLLCLK_OFF RCC_CFGR2_ADCPRE12_NO macro
1417 #define RCC_ADC12PLLCLK_OFF RCC_CFGR2_ADCPRE12_NO macro
1599 #define RCC_ADC12PLLCLK_OFF RCC_CFGR2_ADCPRE12_NO macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1266 if (srcclk == RCC_ADC12PLLCLK_OFF) in HAL_RCCEx_GetPeriphCLKFreq()