ESP-IDF
+
0
/1 examples
SourceVu will show references to
pcnt_watch_event_data_t
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_watch_event_data_t
pcnt_watch_event_data_t struct
PCNT watch event data
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:31
typedef
struct
{
int
watch_point_value
;
pcnt_unit_zero_cross_mode_t
zero_cross_mode
;
}
pcnt_watch_event_data_t
;
Fields
Field
Declared as
Description
pcnt_watch_event_data_t::watch_point_value
int
Watch point value that triggered the event.
pcnt_watch_event_data_t::zero_cross_mode
pcnt_unit_zero_cross_mode_t
Zero cross mode.
Examples
pcnt_watch_event_data_t
is referenced by 1 libraries and example projects:
rotary_encoder sample
References
from
0/1
examples
Code
Location
Referrer
typedef
struct
{
pulse_cnt.h:31
}
pcnt_watch_event_data_t
;
pulse_cnt.h:34
pcnt_watch_event_data_t
edata
=
{
pulse_cnt.c:1018
pcnt_default_isr()
}
pcnt_watch_event_data_t
;
pulse_cnt.h:34
pcnt_watch_event_data_t
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
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
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out