ESP-IDF
s_rtc_isr_handler_list
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
s_rtc_isr_handler_list
s_rtc_isr_handler_list variable
Syntax
Show:
Summary
Declaration
from
rtc_module.c:61
static
DRAM_ATTR
SLIST_HEAD
(
rtc_isr_handler_list_
,
rtc_isr_handler_
)
s_rtc_isr_handler_list
=
SLIST_HEAD_INITIALIZER
;
Examples
References
from
examples
Code
Location
Referrer
static
DRAM_ATTR
SLIST_HEAD
(
rtc_isr_handler_list_
,
rtc_isr_handler_
)
s_rtc_isr_handler_list
=
rtc_module.c:61
SLIST_FOREACH
(
it
,
&
s_rtc_isr_handler_list
,
next
)
{
rtc_module.c:71
rtc_isr()
SLIST_INSERT_HEAD
(
&
s_rtc_isr_handler_list
,
item
,
next
)
;
rtc_module.c:128
rtc_isr_register()
SLIST_FOREACH
(
it
,
&
s_rtc_isr_handler_list
,
next
)
{
rtc_module.c:144
rtc_isr_deregister()
if
(
it
==
SLIST_FIRST
(
&
s_rtc_isr_handler_list
)
)
{
rtc_module.c:146
rtc_isr_deregister()
SLIST_REMOVE_HEAD
(
&
s_rtc_isr_handler_list
,
next
)
;
rtc_module.c:147
rtc_isr_deregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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