ESP-IDF
+
0
/1 examples
SourceVu will show references to
pcnt_event_callbacks_t
from the following samples and libraries:
rotary_encoder sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_event_callbacks_t
pcnt_event_callbacks_t struct
Group of supported PCNT callbacks
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:54
typedef
struct
{
pcnt_watch_cb_t
on_reach
;
}
pcnt_event_callbacks_t
;
Fields
Field
Declared as
Description
pcnt_event_callbacks_t::on_reach
pcnt_watch_cb_t
Called when PCNT unit counter reaches any watch point or step notify.
Examples
pcnt_event_callbacks_t
is referenced by 1 libraries and example projects:
rotary_encoder sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
{
pulse_cnt.h:54
}
pcnt_event_callbacks_t
;
pulse_cnt.h:56
esp_err_t
pcnt_unit_register_event_callbacks
(
pcnt_unit_handle_t
unit
,
const
pcnt_event_callbacks_t
*
cbs
,
void
*
user_data
)
pulse_cnt.c:506
pcnt_unit_register_event_callbacks()
pcnt_unit_register_event_callbacks()::cbs
}
pcnt_event_callbacks_t
;
pulse_cnt.h:56
pcnt_event_callbacks_t
esp_err_t
pcnt_unit_register_event_callbacks
(
pcnt_unit_handle_t
unit
,
const
pcnt_event_callbacks_t
*
cbs
,
void
*
user_data
)
;
pulse_cnt.h:286
pcnt_unit_register_event_callbacks()
pcnt_unit_register_event_callbacks()::cbs
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
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
Instance
Scope
Location
Project
pcnt_unit_register_event_callbacks()::cbs
pcnt_unit_register_event_callbacks()
pulse_cnt.h:286
pcnt_unit_register_event_callbacks()::cbs
pcnt_unit_register_event_callbacks()
pulse_cnt.c:506
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out