ESP-IDF
PCNT_LL_WATCH_EVENT_INVALID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_LL_WATCH_EVENT_INVALID
PCNT_LL_WATCH_EVENT_INVALID value
Syntax
Show:
Summary
Declaration
from
pcnt_ll.h:37
PCNT_LL_WATCH_EVENT_INVALID
=
-
1
;
Examples
References
from
examples
Code
Location
Referrer
PCNT_LL_WATCH_EVENT_INVALID
=
-
1
,
pcnt_ll.h:37
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()
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()
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()
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES1
]
.
event_id
==
PCNT_LL_WATCH_EVENT_INVALID
)
{
pulse_cnt.c:593
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()
pcnt_ll_watch_event_id_t
event_id
=
PCNT_LL_WATCH_EVENT_INVALID
;
pulse_cnt.c:632
pcnt_unit_remove_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()
unit
->
watchers
[
i
]
.
event_id
=
PCNT_LL_WATCH_EVENT_INVALID
;
pulse_cnt.c:639
pcnt_unit_remove_watch_point()
ESP_RETURN_ON_FALSE
(
event_id
!=
PCNT_LL_WATCH_EVENT_INVALID
,
ESP_ERR_INVALID_STATE
,
TAG
,
"watch point %d not added yet"
,
watch_point
)
;
pulse_cnt.c:663
pcnt_unit_remove_watch_point()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCNT_LL_WATCH_EVENT_INVALID
is read by 3 functions:
All items filtered out
PCNT_LL_WATCH_EVENT_INVALID
pcnt_new_unit()
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