ESP-IDF
pcnt_unit_t::group
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::group
pcnt_unit_t::group field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:101
pcnt_group_t
*
group
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_group_t
*
group
;
// which group the pcnt unit belongs to
pulse_cnt.c:101
unit
->
group
=
group
;
pulse_cnt.c:163
pcnt_register_to_group()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:174
pcnt_unregister_from_group()
if
(
unit
->
group
)
{
pulse_cnt.c:191
pcnt_destroy()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:226
pcnt_new_unit()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:323
pcnt_del_unit()
group
=
unit
->
group
;
pulse_cnt.c:390
pcnt_unit_set_glitch_filter()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:449
pcnt_unit_start()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:463
pcnt_unit_stop()
group
=
unit
->
group
;
pulse_cnt.c:477
pcnt_unit_clear_count()
group
=
unit
->
group
;
pulse_cnt.c:496
pcnt_unit_get_count()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:510
pcnt_unit_register_event_callbacks()
group
=
unit
->
group
;
pulse_cnt.c:554
pcnt_unit_add_watch_point()
group
=
unit
->
group
;
pulse_cnt.c:631
pcnt_unit_remove_watch_point()
group
=
unit
->
group
;
pulse_cnt.c:716
pcnt_new_channel()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:796
pcnt_del_channel()
group
=
unit
->
group
;
pulse_cnt.c:830
pcnt_channel_set_edge_action()
group
=
unit
->
group
;
pulse_cnt.c:845
pcnt_channel_set_level_action()
pcnt_group_t
*
group
=
unit
->
group
;
pulse_cnt.c:946
pcnt_default_isr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_unit_t::group
is written by 1 function and is read by 17 functions:
pcnt_register_to_group()
All items filtered out
pcnt_unit_t::group
pcnt_unregister_from_group()
pcnt_destroy()
pcnt_new_unit()
pcnt_del_unit()
pcnt_unit_set_glitch_filter()
pcnt_unit_start()
pcnt_unit_stop()
pcnt_unit_clear_count()
pcnt_unit_get_count()
pcnt_unit_register_event_callbacks()
pcnt_unit_add_watch_point()
pcnt_unit_remove_watch_point()
pcnt_new_channel()
pcnt_del_channel()
pcnt_channel_set_edge_action()
pcnt_channel_set_level_action()
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