ESP-IDF
pcnt_channel_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_channel_t
pcnt_channel_t enum
Syntax
Show:
Summary
Declaration
from
pcnt_types_legacy.h:52
enum
{
PCNT_CHANNEL_0
,
PCNT_CHANNEL_1
,
PCNT_CHANNEL_MAX
,
}
;
Values
Value
Declared as
Description
pcnt_channel_t::PCNT_CHANNEL_0
PCNT channel 0.
pcnt_channel_t::PCNT_CHANNEL_1
PCNT channel 1.
pcnt_channel_t::PCNT_CHANNEL_MAX
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
pcnt_types_legacy.h:52
}
pcnt_channel_t
;
pcnt_types_legacy.h:56
static
inline
esp_err_t
_pcnt_set_mode
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
pcnt_count_mode_t
pos_mode
,
pcnt_count_mode_t
neg_mode
,
pcnt_ctrl_mode_t
hctrl_mode
,
pcnt_ctrl_mode_t
lctrl_mode
)
pcnt_legacy.c:68
_pcnt_set_mode()
_pcnt_set_mode()::channel
static
inline
esp_err_t
_pcnt_set_pin
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
int
pulse_io
,
int
ctrl_io
)
pcnt_legacy.c:81
_pcnt_set_pin()
_pcnt_set_pin()::channel
esp_err_t
pcnt_set_mode
(
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
pcnt_count_mode_t
pos_mode
,
pcnt_count_mode_t
neg_mode
,
pcnt_ctrl_mode_t
hctrl_mode
,
pcnt_ctrl_mode_t
lctrl_mode
)
pcnt_legacy.c:434
pcnt_set_mode()
pcnt_set_mode()::channel
esp_err_t
pcnt_set_pin
(
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
int
pulse_io
,
int
ctrl_io
)
pcnt_legacy.c:439
pcnt_set_pin()
pcnt_set_pin()::channel
}
pcnt_channel_t
;
pcnt_types_legacy.h:56
pcnt_channel_t
pcnt_channel_t
channel
;
/*!< the PCNT channel */
pcnt_types_legacy.h:103
pcnt_config_t
pcnt_config_t::channel
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_config_t::channel
pcnt_config_t
pcnt_types_legacy.h:103
_pcnt_set_mode()::channel
_pcnt_set_mode()
pcnt_legacy.c:68
_pcnt_set_pin()::channel
_pcnt_set_pin()
pcnt_legacy.c:81
pcnt_set_mode()::channel
pcnt_set_mode()
pcnt_legacy.c:434
pcnt_set_pin()::channel
pcnt_set_pin()
pcnt_legacy.c:439
Lifecycle
from
examples
All items filtered out
All items filtered out