ESP-IDF
pcnt_signal_conn_t::
::irq
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_signal_conn_t::
::irq
pcnt_signal_conn_t::
::irq field
Syntax
Show:
Summary
Declaration
from
pcnt_periph.h:32
const
uint32_t
irq
;
Examples
References
from
examples
Code
Location
Referrer
const
uint32_t
irq
;
pcnt_periph.h:32
ret
=
esp_intr_alloc
(
pcnt_periph_signals
.
groups
[
0
]
.
irq
,
intr_alloc_flags
,
fun
,
arg
,
handle
)
;
pcnt_legacy.c:533
pcnt_isr_register()
.
irq
=
ETS_PCNT_INTR_SOURCE
,
pcnt_periph.c:14
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_signal_conn_t::
::irq
is read by 3 functions:
All items filtered out
pcnt_signal_conn_t::
::irq
pcnt_isr_register()
pcnt_new_unit()
pcnt_unit_register_event_callbacks()
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