ESP-IDF
adc_oneshot_hal_setup()
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_setup()
adc_oneshot_hal_setup() function
Set ADC Oneshot mode required registers
Syntax
Show:
Summary
Declaration
Definition
from
adc_oneshot_hal.h:71
void
adc_oneshot_hal_setup
(
adc_oneshot_hal_ctx_t
*
hal
,
adc_channel_t
channel
)
;
Implemented in
adc_oneshot_hal.c:48
Arguments
Argument
Description
hal
ADC Oneshot Hal context
channel
ADC Channel
Related Functions
Found 4 other functions taking a
adc_oneshot_hal_ctx_t
argument:
Function
Description
adc_oneshot_hal_convert()
Start ADC conversion in Oneshot mode and get the raw result
adc_oneshot_hal_init()
Initialise the context
adc_oneshot_hal_channel_config()
Prepare ADC Oneshot hal 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