ESP-IDF
pcnt_unit_t::flags
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
pcnt_unit_t::flags
pcnt_unit_t::flags field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:120
struct
{
uint32_t
accum_count
:
1
;
#if
SOC_PCNT_SUPPORT_STEP_NOTIFY
uint32_t
en_step_notify_up
:
1
;
uint32_t
en_step_notify_down
:
1
;
#endif
}
flags
;
Examples
References
from
examples
Code
Location
Referrer
}
flags
;
pulse_cnt.c:126
unit
->
flags
.
accum_count
=
config
->
flags
.
accum_count
;
pulse_cnt.c:277
pcnt_new_unit()
if
(
unit
->
flags
.
accum_count
)
{
pulse_cnt.c:988
pcnt_default_isr()
if
(
unit
->
flags
.
accum_count
)
{
pulse_cnt.c:997
pcnt_default_isr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_unit_t::flags
is read by 2 functions:
All items filtered out
pcnt_unit_t::flags
pcnt_new_unit()
pcnt_default_isr()
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