HAL
__HAL_ADC_ENABLE
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_ADC_ENABLE
__HAL_ADC_ENABLE macro
Enable the ADC peripheral.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_adc.h:501
#define
__HAL_ADC_ENABLE
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
CR2
|=
ADC_CR2_ADON
)
Arguments
Argument
Description
__HANDLE__
ADC handle
Return value
None
Examples
References
from
examples
Code
Location
#define
__HAL_ADC_ENABLE
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
CR2
|=
ADC_CR2_ADON
)
stm32f4xx_hal_adc.h:501
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc.c:734
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc.c:1055
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc.c:1382
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc_ex.c:162
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc_ex.c:265
__HAL_ADC_ENABLE
(
hadc
)
;
stm32f4xx_hal_adc_ex.c:616
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out