Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c453 assert_param(IS_RCC_ADC345CLKSOURCE(PeriphClkInit->Adc345ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
456 __HAL_RCC_ADC345_CONFIG(PeriphClkInit->Adc345ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
458 if(PeriphClkInit->Adc345ClockSelection == RCC_ADC345CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
644 PeriphClkInit->Adc345ClockSelection = __HAL_RCC_GET_ADC345_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h116 uint32_t Adc345ClockSelection; /*!< Specifies ADC345 interface clock source. member