ESP-IDF
+
0
/1 examples
SourceVu will show references to
pcnt_unit_config_t::
::accum_count
from the following samples and libraries:
mcpwm_bdc_speed_control sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_unit_config_t::
::accum_count
pcnt_unit_config_t::
::accum_count field
Whether to accumulate the count value when overflows at the high/low limit
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:67
uint32_t
accum_count
:
1
;
Examples
pcnt_unit_config_t::
::accum_count
is referenced by 1 libraries and example projects:
mcpwm_bdc_speed_control sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
accum_count
:
1
;
/*!< Whether to accumulate the count value when overflows at the high/low limit */
pulse_cnt.h:67
bool
to_install_isr
=
(
config
->
flags
.
accum_count
==
1
)
;
pulse_cnt.c:243
pcnt_new_unit()
unit
->
flags
.
accum_count
=
config
->
flags
.
accum_count
;
pulse_cnt.c:277
pcnt_new_unit()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
pcnt_unit_config_t::
::accum_count
is read by 1 function:
All items filtered out
pcnt_unit_config_t::
::accum_count
pcnt_new_unit()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out