ESP-IDF
pcnt_evt_type_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_evt_type_t
pcnt_evt_type_t enum
Syntax
Show:
Summary
Declaration
from
pcnt_types_legacy.h:61
enum
{
PCNT_EVT_THRES_1
=
1
<
<
2
,
PCNT_EVT_THRES_0
=
1
<
<
3
,
PCNT_EVT_L_LIM
=
1
<
<
4
,
PCNT_EVT_H_LIM
=
1
<
<
5
,
PCNT_EVT_ZERO
=
1
<
<
6
,
PCNT_EVT_MAX
}
;
Values
Value
Declared as
Description
pcnt_evt_type_t::PCNT_EVT_THRES_1
=
1
<
<
2
PCNT watch point event: threshold1 value event.
pcnt_evt_type_t::PCNT_EVT_THRES_0
=
1
<
<
3
PCNT watch point event: threshold0 value event.
pcnt_evt_type_t::PCNT_EVT_L_LIM
=
1
<
<
4
PCNT watch point event: Minimum counter value.
pcnt_evt_type_t::PCNT_EVT_H_LIM
=
1
<
<
5
PCNT watch point event: Maximum counter value.
pcnt_evt_type_t::PCNT_EVT_ZERO
=
1
<
<
6
PCNT watch point event: counter value zero event.
pcnt_evt_type_t::PCNT_EVT_MAX
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
pcnt_types_legacy.h:61
}
pcnt_evt_type_t
;
pcnt_types_legacy.h:68
static
inline
esp_err_t
_pcnt_event_enable
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
bool
enable
)
pcnt_legacy.c:155
_pcnt_event_enable()
_pcnt_event_enable()::evt_type
static
inline
esp_err_t
_pcnt_set_event_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
value
)
pcnt_legacy.c:183
_pcnt_set_event_value()
_pcnt_set_event_value()::evt_type
static
inline
esp_err_t
_pcnt_get_event_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
*
value
)
pcnt_legacy.c:209
_pcnt_get_event_value()
_pcnt_get_event_value()::evt_type
esp_err_t
pcnt_event_enable
(
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
)
pcnt_legacy.c:474
pcnt_event_enable()
pcnt_event_enable()::evt_type
esp_err_t
pcnt_event_disable
(
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
)
pcnt_legacy.c:479
pcnt_event_disable()
pcnt_event_disable()::evt_type
esp_err_t
pcnt_set_event_value
(
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
value
)
pcnt_legacy.c:484
pcnt_set_event_value()
pcnt_set_event_value()::evt_type
esp_err_t
pcnt_get_event_value
(
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
*
value
)
pcnt_legacy.c:489
pcnt_get_event_value()
pcnt_get_event_value()::evt_type
}
pcnt_evt_type_t
;
pcnt_types_legacy.h:68
pcnt_evt_type_t
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_event_enable()::evt_type
_pcnt_event_enable()
pcnt_legacy.c:155
_pcnt_set_event_value()::evt_type
_pcnt_set_event_value()
pcnt_legacy.c:183
_pcnt_get_event_value()::evt_type
_pcnt_get_event_value()
pcnt_legacy.c:209
pcnt_event_enable()::evt_type
pcnt_event_enable()
pcnt_legacy.c:474
pcnt_event_disable()::evt_type
pcnt_event_disable()
pcnt_legacy.c:479
pcnt_set_event_value()::evt_type
pcnt_set_event_value()
pcnt_legacy.c:484
pcnt_get_event_value()::evt_type
pcnt_get_event_value()
pcnt_legacy.c:489
Lifecycle
from
examples
All items filtered out
All items filtered out