ESP-IDF
pcnt_set_mode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_mode()
pcnt_set_mode() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:434
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
)
;
Arguments
Argument
unit
channel
pos_mode
neg_mode
hctrl_mode
lctrl_mode
Examples
References
from
examples
Code
Location
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
Call Tree
from
examples
pcnt_set_mode()
calls 1 function:
All items filtered out
pcnt_set_mode()
_pcnt_set_mode()
All items filtered out
Data Use
from
examples
pcnt_set_mode()
reads 1 variable:
pcnt_port_t::PCNT_PORT_0
All items filtered out
pcnt_set_mode()
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