ESP-IDF
adc_oneshot_hal_channel_config()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adc_oneshot_hal_channel_config()
adc_oneshot_hal_channel_config() function
Prepare ADC Oneshot hal context
Syntax
Show:
Summary
Declaration
Definition
from
adc_oneshot_hal.h:63
void
adc_oneshot_hal_channel_config
(
adc_oneshot_hal_ctx_t
*
hal
,
const
adc_oneshot_hal_chan_cfg_t
*
config
,
adc_channel_t
chan
)
;
Implemented in
adc_oneshot_hal.c:42
Arguments
Argument
Description
hal
ADC Oneshot Hal context
config
ADC Oneshot Hal configuration
chan
ADC Channel
Related Functions
Found 4 other functions taking a
adc_oneshot_hal_ctx_t
argument:
Function
Description
adc_oneshot_hal_setup()
Set ADC Oneshot mode required registers
adc_oneshot_hal_convert()
Start ADC conversion in Oneshot mode and get the raw result
adc_oneshot_hal_init()
Initialise the context
s_disable_dac()
Examples
References
from
examples
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