ESP-IDF
timer_isr_func_t::timer_isr_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
timer_isr_func_t::timer_isr_handle
timer_isr_func_t::timer_isr_handle field
interrupt handle
Syntax
Show:
Summary
Declaration
from
timer_legacy.c:48
timer_isr_handle_t
timer_isr_handle
;
Examples
References
from
examples
Code
Location
Referrer
timer_isr_handle_t
timer_isr_handle
;
/*!< interrupt handle */
timer_legacy.c:48
intr_alloc_flags
,
&
(
p_timer_obj
[
group_num
]
[
timer_num
]
->
timer_isr_fun
.
timer_isr_handle
)
)
;
timer_legacy.c:282
timer_isr_callback_add()
esp_intr_free
(
p_timer_obj
[
group_num
]
[
timer_num
]
->
timer_isr_fun
.
timer_isr_handle
)
;
timer_legacy.c:298
timer_isr_callback_remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_isr_func_t::timer_isr_handle
is read by 2 functions:
All items filtered out
timer_isr_func_t::timer_isr_handle
timer_isr_callback_add()
timer_isr_callback_remove()
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