Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c1289 if (srcclk == RCC_ADC34PLLCLK_OFF) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h266 #define IS_RCC_ADC34PLLCLK_DIV(ADCCLK) (((ADCCLK) == RCC_ADC34PLLCLK_OFF) || ((ADCCLK) == RCC_ADC…
1551 #define RCC_ADC34PLLCLK_OFF RCC_CFGR2_ADCPRE34_NO macro