ESP-IDF
pcnt_watch_point_t::event_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_watch_point_t::event_id
pcnt_watch_point_t::event_id field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:91
pcnt_ll_watch_event_id_t
event_id
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_ll_watch_event_id_t
event_id
;
// event type
pulse_cnt.c:91
unit
->
watchers
[
i
]
.
event_id
=
PCNT_LL_WATCH_EVENT_INVALID
;
// invalid all watch point
pulse_cnt.c:305
pcnt_new_unit()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_ZERO_CROSS
]
.
event_id
!=
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:560
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_ZERO_CROSS
]
.
event_id
=
PCNT_LL_WATCH_EVENT_ZERO_CROSS
;
pulse_cnt.c:563
pcnt_unit_add_watch_point()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_HIGH_LIMIT
]
.
event_id
!=
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:570
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_HIGH_LIMIT
]
.
event_id
=
PCNT_LL_WATCH_EVENT_HIGH_LIMIT
;
pulse_cnt.c:573
pcnt_unit_add_watch_point()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_LOW_LIMIT
]
.
event_id
!=
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:580
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_LOW_LIMIT
]
.
event_id
=
PCNT_LL_WATCH_EVENT_LOW_LIMIT
;
pulse_cnt.c:583
pcnt_unit_add_watch_point()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES1
]
.
event_id
==
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:593
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES1
]
.
event_id
=
PCNT_LL_WATCH_EVENT_THRES1
;
pulse_cnt.c:594
pcnt_unit_add_watch_point()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES0
]
.
event_id
==
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:605
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES0
]
.
event_id
=
PCNT_LL_WATCH_EVENT_THRES0
;
pulse_cnt.c:606
pcnt_unit_add_watch_point()
if
(
unit
->
watchers
[
i
]
.
event_id
!=
PCNT_LL_WATCH_EVENT_INVALID
&&
unit
->
watchers
[
i
]
.
watch_point_value
==
watch_point
)
{
pulse_cnt.c:637
pcnt_unit_remove_watch_point()
event_id
=
unit
->
watchers
[
i
]
.
event_id
;
pulse_cnt.c:638
pcnt_unit_remove_watch_point()
unit
->
watchers
[
i
]
.
event_id
=
PCNT_LL_WATCH_EVENT_INVALID
;
pulse_cnt.c:639
pcnt_unit_remove_watch_point()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_watch_point_t::event_id
is written by 3 functions and is read by 2 functions:
pcnt_new_unit()
pcnt_unit_add_watch_point()
pcnt_unit_remove_watch_point()
All items filtered out
pcnt_watch_point_t::event_id
pcnt_unit_add_watch_point()
pcnt_unit_remove_watch_point()
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