ESP-IDF
pcnt_watch_point_t::watch_point_value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_watch_point_t::watch_point_value
pcnt_watch_point_t::watch_point_value field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:92
int
watch_point_value
;
Examples
References
from
examples
Code
Location
Referrer
int
watch_point_value
;
// value to be watched
pulse_cnt.c:92
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_ZERO_CROSS
]
.
watch_point_value
=
0
;
pulse_cnt.c:564
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_HIGH_LIMIT
]
.
watch_point_value
=
unit
->
high_limit
;
pulse_cnt.c:574
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_LOW_LIMIT
]
.
watch_point_value
=
unit
->
low_limit
;
pulse_cnt.c:584
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES1
]
.
watch_point_value
=
watch_point
;
pulse_cnt.c:595
pcnt_unit_add_watch_point()
}
else
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES1
]
.
watch_point_value
==
watch_point
)
{
pulse_cnt.c:599
pcnt_unit_add_watch_point()
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES0
]
.
watch_point_value
=
watch_point
;
pulse_cnt.c:607
pcnt_unit_add_watch_point()
}
else
if
(
unit
->
watchers
[
PCNT_LL_WATCH_EVENT_THRES0
]
.
watch_point_value
==
watch_point
)
{
pulse_cnt.c:611
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_watch_point_t::watch_point_value
is written by 1 function and is read by 2 functions:
pcnt_unit_add_watch_point()
All items filtered out
pcnt_watch_point_t::watch_point_value
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