ESP-IDF
sens_dev_s::sar_start_force
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sens_dev_s::sar_start_force
sens_dev_s::sar_start_force field
Syntax
Show:
Summary
Declaration
from
sens_struct.h:65
union
{
struct
{
uint32_t
sar1_bit_width
:
2
;
uint32_t
sar2_bit_width
:
2
;
uint32_t
sar2_en_test
:
1
;
uint32_t
sar2_pwdet_cct
:
3
;
uint32_t
ulp_cp_force_start_top
:
1
;
uint32_t
ulp_cp_start_top
:
1
;
uint32_t
sarclk_en
:
1
;
uint32_t
pc_init
:
11
;
uint32_t
sar2_stop
:
1
;
uint32_t
sar1_stop
:
1
;
uint32_t
sar2_pwdet_en
:
1
;
uint32_t
reserved25
:
7
;
}
;
uint32_t
val
;
}
sar_start_force
;
Examples
References
from
examples
Code
Location
Referrer
}
sar_start_force
;
sens_struct.h:81
SENS
.
sar_start_force
.
sar2_pwdet_cct
=
cct
;
adc_ll.h:318
adc_ll_pwdet_set_cct()
return
SENS
.
sar_start_force
.
sar2_pwdet_cct
;
adc_ll.h:330
adc_ll_pwdet_get_cct()
SENS
.
sar_start_force
.
sar1_bit_width
=
reg_val
;
adc_ll.h:379
adc_oneshot_ll_set_output_bits()
SENS
.
sar_start_force
.
sar2_bit_width
=
reg_val
;
adc_ll.h:382
adc_oneshot_ll_set_output_bits()
SENS
.
sar_start_force
.
sar2_en_test
=
1
;
adc_ll.h:749
adc_ll_vref_output()
SENS
.
sar_start_force
.
sar2_en_test
=
0
;
adc_ll.h:759
adc_ll_vref_output()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sens_dev_s::sar_start_force
is read by 4 functions:
All items filtered out
sens_dev_s::sar_start_force
adc_ll_pwdet_set_cct()
adc_ll_pwdet_get_cct()
adc_oneshot_ll_set_output_bits()
adc_ll_vref_output()
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