ESP-IDF
_pcnt_set_pin()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_pcnt_set_pin()
_pcnt_set_pin() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:81
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
)
;
Arguments
Argument
pcnt_port
unit
channel
pulse_io
ctrl_io
Examples
References
from
examples
Code
Location
Referrer
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_port
,
unit
,
channel
,
input_io
,
ctrl_io
)
;
pcnt_legacy.c:392
_pcnt_unit_config()
return
_pcnt_set_pin
(
PCNT_PORT_0
,
unit
,
channel
,
pulse_io
,
ctrl_io
)
;
pcnt_legacy.c:441
pcnt_set_pin()
Call Tree
from
examples
_pcnt_set_pin()
is called by 2 functions and calls 6 functions:
_pcnt_unit_config()
pcnt_set_pin()
All items filtered out
_pcnt_set_pin()
esp_log_timestamp()
esp_log_write()
esp_rom_gpio_connect_in_signal()
gpio_set_pull_mode()
gpio_set_direction()
gpio_func_sel()
All items filtered out
Data Use
from
examples
_pcnt_set_pin()
reads 17 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
gpio_mode_t::GPIO_MODE_INPUT
gpio_pull_mode_t::GPIO_PULLUP_ONLY
pcnt_port_t::PCNT_PORT_MAX
pcnt_channel_t::PCNT_CHANNEL_MAX
pcnt_signal_conn_t::
::
::
::pulse_sig
pcnt_signal_conn_t::
::
::
::control_sig
pcnt_signal_conn_t::
::
::channels
pcnt_signal_conn_t::
::units
pcnt_signal_conn_t::groups
TAG
p_pcnt_obj
pcnt_periph_signals
All items filtered out
_pcnt_set_pin()
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
Lifecycle
from
examples
All items filtered out
All items filtered out