STM32L443xx 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 void | LL_ADC_SetCommonPathInternalChAdd (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) |
Set parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...). | |
__STATIC_INLINE void | LL_ADC_SetCommonPathInternalChRem (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() ) |
Definition at line 2470 of file stm32l4xx_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 2587 of file stm32l4xx_ll_adc.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
__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 2442 of file stm32l4xx_ll_adc.h.
Referenced by HAL_ADC_Init(), and 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, ...).
Configure all paths (overwrite current configuration).
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 2506 of file stm32l4xx_ll_adc.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
__STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
uint32_t | PathInternal | ||
) |
Set parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...).
Add paths to the current configuration.
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 2541 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
uint32_t | PathInternal | ||
) |
Set parameter common to several ADC: measurement path to internal channels (VrefInt, temperature sensor, ...).
Remove paths to the current configuration.
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 2565 of file stm32l4xx_ll_adc.h.