ESP-IDF
gpio_isr_alloc_t::handle
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
gpio_isr_alloc_t::handle
gpio_isr_alloc_t::handle field
ISR handle
Syntax
Show:
Summary
Declaration
from
gpio.c:51
void
*
handle
;
Examples
References
from
examples
Code
Location
Referrer
void
*
handle
;
/*!< ISR handle */
gpio.c:51
p
->
ret
=
esp_intr_alloc
(
p
->
source
,
p
->
intr_alloc_flags
,
p
->
fn
,
p
->
arg
,
p
->
handle
)
;
gpio.c:580
gpio_isr_register_on_core_static()
p
.
handle
=
handle
;
gpio.c:598
gpio_isr_register()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gpio_isr_alloc_t::handle
is written by 1 function and is read by 1 function:
gpio_isr_register()
All items filtered out
gpio_isr_alloc_t::handle
gpio_isr_register_on_core_static()
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