ESP-IDF
pcnt_periph_signals
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_periph_signals
pcnt_periph_signals variable
Syntax
Show:
Summary
Declaration
Definition
from
pcnt_periph.h:36
extern
const
pcnt_signal_conn_t
pcnt_periph_signals
;
Implemented in
pcnt_periph.c:11
Examples
References
from
examples
Code
Location
Referrer
const
pcnt_signal_conn_t
pcnt_periph_signals
=
{
pcnt_periph.c:11
extern
const
pcnt_signal_conn_t
pcnt_periph_signals
;
pcnt_periph.h:36
esp_rom_gpio_connect_in_signal
(
pulse_io
,
pcnt_periph_signals
.
groups
[
pcnt_port
]
.
units
[
unit
]
.
channels
[
channel
]
.
pulse_sig
,
0
)
;
pcnt_legacy.c:93
_pcnt_set_pin()
esp_rom_gpio_connect_in_signal
(
ctrl_io
,
pcnt_periph_signals
.
groups
[
pcnt_port
]
.
units
[
unit
]
.
channels
[
channel
]
.
control_sig
,
0
)
;
pcnt_legacy.c:100
_pcnt_set_pin()
ret
=
esp_intr_alloc
(
pcnt_periph_signals
.
groups
[
0
]
.
irq
,
intr_alloc_flags
,
fun
,
arg
,
handle
)
;
pcnt_legacy.c:533
pcnt_isr_register()
ESP_GOTO_ON_ERROR
(
esp_intr_alloc_intrstatus
(
pcnt_periph_signals
.
groups
[
group_id
]
.
irq
,
isr_flags
,
pulse_cnt.c:251
pcnt_new_unit()
ESP_RETURN_ON_ERROR
(
esp_intr_alloc_intrstatus
(
pcnt_periph_signals
.
groups
[
group_id
]
.
irq
,
isr_flags
,
pulse_cnt.c:532
pcnt_unit_register_event_callbacks()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
pulse_sig
,
pulse_cnt.c:743
pcnt_new_channel()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
pulse_sig
,
pulse_cnt.c:753
pcnt_new_channel()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
control_sig
,
pulse_cnt.c:763
pcnt_new_channel()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
control_sig
,
pulse_cnt.c:773
pcnt_new_channel()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
control_sig
,
pulse_cnt.c:807
pcnt_del_channel()
pcnt_periph_signals
.
groups
[
group_id
]
.
units
[
unit_id
]
.
channels
[
channel_id
]
.
pulse_sig
,
pulse_cnt.c:814
pcnt_del_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_periph_signals
is read by 6 functions:
All items filtered out
pcnt_periph_signals
_pcnt_set_pin()
pcnt_isr_register()
pcnt_new_unit()
pcnt_unit_register_event_callbacks()
pcnt_new_channel()
pcnt_del_channel()
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