ESP-IDF
get_controller()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_controller()
get_controller() function
Syntax
Show:
Summary
Declaration
from
adc_hal_common.c:17
static
adc_ll_controller_t
get_controller
(
adc_unit_t
unit
,
adc_hal_work_mode_t
work_mode
)
;
Arguments
Argument
unit
work_mode
Examples
References
from
examples
Code
Location
Referrer
static
adc_ll_controller_t
get_controller
(
adc_unit_t
unit
,
adc_hal_work_mode_t
work_mode
)
adc_hal_common.c:17
adc_ll_controller_t
ctrlr
=
get_controller
(
unit
,
work_mode
)
;
adc_hal_common.c:66
adc_hal_set_controller()
Call Tree
from
examples
get_controller()
is called by 1 function and calls 1 function:
adc_hal_set_controller()
All items filtered out
get_controller()
abort()
All items filtered out
Data Use
from
examples
get_controller()
reads 9 variables:
adc_unit_t::ADC_UNIT_1
adc_hal_work_mode_t::ADC_HAL_SINGLE_READ_MODE
adc_hal_work_mode_t::ADC_HAL_CONTINUOUS_READ_MODE
adc_hal_work_mode_t::ADC_HAL_PWDET_MODE
adc_hal_work_mode_t::ADC_HAL_LP_MODE
adc_ll_controller_t::ADC_LL_CTRL_RTC
adc_ll_controller_t::ADC_LL_CTRL_ULP
adc_ll_controller_t::ADC_LL_CTRL_DIG
adc_ll_controller_t::ADC_LL_CTRL_PWDET
All items filtered out
get_controller()
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