ESP-IDF
pcnt_chan_t::unit
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
pcnt_chan_t::unit
pcnt_chan_t::unit field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:130
pcnt_unit_t
*
unit
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_unit_t
*
unit
;
// pointer to the PCNT unit where it derives from
pulse_cnt.c:130
channel
->
unit
=
unit
;
pulse_cnt.c:778
pcnt_new_channel()
pcnt_unit_t
*
unit
=
chan
->
unit
;
pulse_cnt.c:795
pcnt_del_channel()
pcnt_unit_t
*
unit
=
chan
->
unit
;
pulse_cnt.c:829
pcnt_channel_set_edge_action()
pcnt_unit_t
*
unit
=
chan
->
unit
;
pulse_cnt.c:844
pcnt_channel_set_level_action()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_chan_t::unit
is written by 1 function and is read by 3 functions:
pcnt_new_channel()
All items filtered out
pcnt_chan_t::unit
pcnt_del_channel()
pcnt_channel_set_edge_action()
pcnt_channel_set_level_action()
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