STM32F479xx HAL User Manual
|
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. | |
__STATIC_INLINE uint32_t | LL_ADC_GetCommonClock (ADC_Common_TypeDef *ADCxy_COMMON) |
Get parameter common to several ADC: Clock source and prescaler. | |
__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, ...). | |
__STATIC_INLINE uint32_t | LL_ADC_GetCommonPathInternalCh (ADC_Common_TypeDef *ADCxy_COMMON) |
Get parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...). |
__STATIC_INLINE uint32_t LL_ADC_GetCommonClock | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get parameter common to several ADC: Clock source and prescaler.
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 1924 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh | ( | 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 1978 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.
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 1908 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_CommonInit().
__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 1957 of file stm32f4xx_ll_adc.h.