ESP-IDF
+
0
/2 examples
SourceVu will show references to
pcnt_chan_config_t::edge_gpio_num
from the following samples and libraries:
mcpwm_bdc_speed_control sample
rotary_encoder sample
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_chan_config_t::edge_gpio_num
pcnt_chan_config_t::edge_gpio_num field
GPIO number used by the edge signal, input mode with pull up enabled. Set to -1 if unused
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:79
int
edge_gpio_num
;
Examples
pcnt_chan_config_t::edge_gpio_num
is referenced by 2 libraries and example projects:
mcpwm_bdc_speed_control sample
rotary_encoder sample
References
from
0/2
examples
Code
Location
Referrer
int
edge_gpio_num
;
/*!< GPIO number used by the edge signal, input mode with pull up enabled. Set to -1 if unused */
pulse_cnt.h:79
if
(
config
->
edge_gpio_num
>=
0
)
{
pulse_cnt.c:737
pcnt_new_channel()
gpio_pullup_en
(
config
->
edge_gpio_num
)
;
pulse_cnt.c:738
pcnt_new_channel()
gpio_pulldown_dis
(
config
->
edge_gpio_num
)
;
pulse_cnt.c:739
pcnt_new_channel()
gpio_func_sel
(
config
->
edge_gpio_num
,
PIN_FUNC_GPIO
)
;
pulse_cnt.c:740
pcnt_new_channel()
gpio_input_enable
(
config
->
edge_gpio_num
)
;
pulse_cnt.c:741
pcnt_new_channel()
esp_rom_gpio_connect_in_signal
(
config
->
edge_gpio_num
,
pulse_cnt.c:742
pcnt_new_channel()
gpio_ll_output_enable
(
&
GPIO
,
config
->
edge_gpio_num
)
;
pulse_cnt.c:748
pcnt_new_channel()
channel
->
edge_gpio_num
=
config
->
edge_gpio_num
;
pulse_cnt.c:779
pcnt_new_channel()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
pcnt_chan_config_t::edge_gpio_num
is read by 1 function:
All items filtered out
pcnt_chan_config_t::edge_gpio_num
pcnt_new_channel()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out