ESP-IDF
timer_isr_func_t::args
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
timer_isr_func_t::args
timer_isr_func_t::args field
isr function args
Syntax
Show:
Summary
Declaration
from
timer_legacy.c:47
void
*
args
;
Examples
References
from
examples
Code
Location
Referrer
void
*
args
;
/*!< isr function args */
timer_legacy.c:47
is_awoken
=
timer_obj
->
timer_isr_fun
.
fn
(
timer_obj
->
timer_isr_fun
.
args
)
;
timer_legacy.c:221
timer_isr_default()
p_timer_obj
[
group_num
]
[
timer_num
]
->
timer_isr_fun
.
args
=
args
;
timer_legacy.c:279
timer_isr_callback_add()
p_timer_obj
[
group_num
]
[
timer_num
]
->
timer_isr_fun
.
args
=
NULL
;
timer_legacy.c:297
timer_isr_callback_remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_isr_func_t::args
is written by 2 functions and is read by 1 function:
timer_isr_callback_add()
timer_isr_callback_remove()
All items filtered out
timer_isr_func_t::args
timer_isr_default()
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