ESP-IDF
pcnt_ll_watch_event_id_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
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_id_t
pcnt_ll_watch_event_id_t enum
Syntax
Show:
Summary
Declaration
from
pcnt_ll.h:36
enum
{
PCNT_LL_WATCH_EVENT_INVALID
=
-
1
,
PCNT_LL_WATCH_EVENT_THRES1
,
PCNT_LL_WATCH_EVENT_THRES0
,
PCNT_LL_WATCH_EVENT_LOW_LIMIT
,
PCNT_LL_WATCH_EVENT_HIGH_LIMIT
,
PCNT_LL_WATCH_EVENT_ZERO_CROSS
,
PCNT_LL_WATCH_EVENT_MAX
}
;
Values
Value
Declared as
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_INVALID
=
-
1
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_THRES1
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_THRES0
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_LOW_LIMIT
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_HIGH_LIMIT
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_ZERO_CROSS
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_MAX
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
pcnt_ll.h:36
}
pcnt_ll_watch_event_id_t
;
pcnt_ll.h:44
pcnt_ll_watch_event_id_t
pcnt_ll_watch_event_id_t
event_id
;
// event type
pulse_cnt.c:91
pcnt_watch_point_t
pcnt_watch_point_t::event_id
pcnt_ll_watch_event_id_t
event_id
=
PCNT_LL_WATCH_EVENT_INVALID
;
pulse_cnt.c:632
pcnt_unit_remove_watch_point()
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
Instance
Scope
Location
Project
pcnt_watch_point_t::event_id
pcnt_watch_point_t
pulse_cnt.c:91
Lifecycle
from
examples
All items filtered out
All items filtered out