STM32F4xx_HAL_Driver  1.8.3
Operation on ADC hierarchical scope: ADC instance
+ Collaboration diagram for Operation on ADC hierarchical scope: ADC instance:

Functions

__STATIC_INLINE void LL_ADC_Enable (ADC_TypeDef *ADCx)
 Enable the selected ADC instance. More...
 
__STATIC_INLINE void LL_ADC_Disable (ADC_TypeDef *ADCx)
 Disable the selected ADC instance. @rmtoll CR2 ADON LL_ADC_Disable. More...
 
__STATIC_INLINE uint32_t LL_ADC_IsEnabled (const ADC_TypeDef *ADCx)
 Get the selected ADC instance enable state. @rmtoll CR2 ADON LL_ADC_IsEnabled. More...
 

Detailed Description

Function Documentation

◆ LL_ADC_Disable()

__STATIC_INLINE void LL_ADC_Disable ( ADC_TypeDef *  ADCx)

Disable the selected ADC instance. @rmtoll CR2 ADON LL_ADC_Disable.

Parameters
ADCxADC instance
Return values
None

Definition at line 3881 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_Enable()

__STATIC_INLINE void LL_ADC_Enable ( ADC_TypeDef *  ADCx)

Enable the selected ADC instance.

Note
On this STM32 series, after ADC enable, a delay for ADC internal analog stabilization is required before performing a ADC conversion start. Refer to device datasheet, parameter tSTAB. @rmtoll CR2 ADON LL_ADC_Enable
Parameters
ADCxADC instance
Return values
None

Definition at line 3870 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_IsEnabled()

__STATIC_INLINE uint32_t LL_ADC_IsEnabled ( const ADC_TypeDef *  ADCx)

Get the selected ADC instance enable state. @rmtoll CR2 ADON LL_ADC_IsEnabled.

Parameters
ADCxADC instance
Return values
0ADC is disabled, 1: ADC is enabled.

Definition at line 3892 of file stm32f4xx_ll_adc.h.