ESP-IDF
PCNT_LL_WATCH_EVENT_MAX
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_LL_WATCH_EVENT_MAX
PCNT_LL_WATCH_EVENT_MAX value
Syntax
Show:
Summary
Declaration
from
pcnt_ll.h:43
PCNT_LL_WATCH_EVENT_MAX
;
Examples
References
from
examples
Code
Location
Referrer
PCNT_LL_WATCH_EVENT_MAX
pcnt_ll.h:43
hw
->
conf_unit
[
unit
]
.
conf0
.
val
&=
~
(
PCNT_LL_WATCH_EVENT_MASK
<
<
11
)
;
pcnt_ll.h:245
pcnt_ll_disable_all_events()
pcnt_watch_point_t
watchers
[
PCNT_LL_WATCH_EVENT_MAX
]
;
// array of PCNT watchers
pulse_cnt.c:111
for
(
int
i
=
0
;
i
<
PCNT_LL_WATCH_EVENT_MAX
;
i
++
)
{
pulse_cnt.c:304
pcnt_new_unit()
for
(
int
i
=
0
;
i
<
PCNT_LL_WATCH_EVENT_MAX
;
i
++
)
{
pulse_cnt.c:636
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_MAX
is read by 3 functions:
All items filtered out
PCNT_LL_WATCH_EVENT_MAX
pcnt_ll_disable_all_events()
pcnt_new_unit()
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