ESP-IDF
adc_oneshot_ctx_t::apb_periph_ref_cnts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adc_oneshot_ctx_t::apb_periph_ref_cnts
adc_oneshot_ctx_t::apb_periph_ref_cnts field
Syntax
Show:
Summary
Declaration
from
adc_oneshot.c:53
int
apb_periph_ref_cnts
;
Examples
References
from
examples
Code
Location
Referrer
int
apb_periph_ref_cnts
;
//For the chips that ADC oneshot mode using APB_SARADC periph
adc_oneshot.c:53
s_ctx
.
apb_periph_ref_cnts
++
;
adc_oneshot.c:130
adc_oneshot_new_unit()
if
(
s_ctx
.
apb_periph_ref_cnts
==
1
)
{
adc_oneshot.c:131
adc_oneshot_new_unit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adc_oneshot_ctx_t::apb_periph_ref_cnts
is written by 1 function and is read by 1 function:
adc_oneshot_new_unit()
All items filtered out
adc_oneshot_ctx_t::apb_periph_ref_cnts
adc_oneshot_new_unit()
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