ESP-IDF
rtc_isr_handler_::handler_arg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_isr_handler_::handler_arg
rtc_isr_handler_::handler_arg field
Syntax
Show:
Summary
Declaration
from
rtc_module.c:56
void
*
handler_arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
handler_arg
;
rtc_module.c:56
(
*
it
->
handler
)
(
it
->
handler_arg
)
;
rtc_module.c:74
rtc_isr()
item
->
handler_arg
=
handler_arg
;
rtc_module.c:119
rtc_isr_register()
if
(
it
->
handler
==
handler
&&
it
->
handler_arg
==
handler_arg
)
{
rtc_module.c:145
rtc_isr_deregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rtc_isr_handler_::handler_arg
is written by 1 function and is read by 2 functions:
rtc_isr_register()
All items filtered out
rtc_isr_handler_::handler_arg
rtc_isr()
rtc_isr_deregister()
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