STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_ADC_SetCommonClock (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) |
Set parameter common to several ADC: Clock source and prescaler. @rmtoll CCR ADCPRE LL_ADC_SetCommonClock. More... | |
__STATIC_INLINE uint32_t | LL_ADC_GetCommonClock (const ADC_Common_TypeDef *ADCxy_COMMON) |
Get parameter common to several ADC: Clock source and prescaler. @rmtoll CCR ADCPRE LL_ADC_GetCommonClock. More... | |
__STATIC_INLINE void | LL_ADC_SetCommonPathInternalCh (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) |
Set parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...). More... | |
__STATIC_INLINE uint32_t | LL_ADC_GetCommonPathInternalCh (const ADC_Common_TypeDef *ADCxy_COMMON) |
Get parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...). More... | |
__STATIC_INLINE uint32_t LL_ADC_GetCommonClock | ( | const ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get parameter common to several ADC: Clock source and prescaler. @rmtoll CCR ADCPRE LL_ADC_GetCommonClock.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
Returned | value can be one of the following values:
|
Definition at line 1926 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh | ( | const ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...).
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
Returned | value can be a combination of the following values:
|
Definition at line 1980 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_SetCommonClock | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
uint32_t | CommonClock | ||
) |
Set parameter common to several ADC: Clock source and prescaler. @rmtoll CCR ADCPRE LL_ADC_SetCommonClock.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
CommonClock | This parameter can be one of the following values:
|
None |
Definition at line 1910 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_SetCommonPathInternalCh | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
uint32_t | PathInternal | ||
) |
Set parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...).
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
PathInternal | This parameter can be a combination of the following values:
|
None |
Definition at line 1959 of file stm32f4xx_ll_adc.h.