ESP-IDF
pcnt_watch_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_cb_t
pcnt_watch_cb_t
PCNT watch event callback prototype
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:47
typedef
bool
(
*
pcnt_watch_cb_t
)
(
pcnt_unit_handle_t
unit
,
const
pcnt_watch_event_data_t
*
edata
,
void
*
user_ctx
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
bool
(
*
pcnt_watch_cb_t
)
(
pcnt_unit_handle_t
unit
,
const
pcnt_watch_event_data_t
*
edata
,
void
*
user_ctx
)
;
pulse_cnt.h:47
pcnt_watch_cb_t
on_reach
;
// user registered callback function
pulse_cnt.c:118
pcnt_watch_cb_t
on_reach
=
unit
->
on_reach
;
pulse_cnt.c:947
pcnt_default_isr()
pcnt_watch_cb_t
on_reach
;
/*!< Called when PCNT unit counter reaches any watch point or step notify*/
pulse_cnt.h:55
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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