ESP-IDF
+
0
/1 examples
SourceVu will show references to
pcnt_event_callbacks_t::on_reach
from the following samples and libraries:
rotary_encoder sample
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_event_callbacks_t::on_reach
pcnt_event_callbacks_t::on_reach field
Called when PCNT unit counter reaches any watch point or step notify
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:55
pcnt_watch_cb_t
on_reach
;
Examples
pcnt_event_callbacks_t::on_reach
is referenced by 1 libraries and example projects:
rotary_encoder sample
References
from
0/1
examples
Code
Location
Referrer
pcnt_watch_cb_t
on_reach
;
/*!< Called when PCNT unit counter reaches any watch point or step notify*/
pulse_cnt.h:55
pcnt_ll_enable_intr
(
group
->
hal
.
dev
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
,
cbs
->
on_reach
!=
NULL
)
;
pulse_cnt.c:539
pcnt_unit_register_event_callbacks()
unit
->
on_reach
=
cbs
->
on_reach
;
pulse_cnt.c:542
pcnt_unit_register_event_callbacks()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
pcnt_event_callbacks_t::on_reach
is read by 1 function:
All items filtered out
pcnt_event_callbacks_t::on_reach
pcnt_unit_register_event_callbacks()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out