ESP-IDF
rtc_isr_handler_::next
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
rtc_isr_handler_::next
rtc_isr_handler_::next field
Syntax
Show:
Summary
Declaration
from
rtc_module.c:58
SLIST_ENTRY
(
rtc_isr_handler_
)
next
;
Examples
References
from
examples
Code
Location
Referrer
SLIST_ENTRY
(
rtc_isr_handler_
)
next
;
rtc_module.c:58
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()
SLIST_REMOVE_HEAD
(
&
s_rtc_isr_handler_list
,
next
)
;
rtc_module.c:147
rtc_isr_deregister()
SLIST_REMOVE_AFTER
(
prev
,
next
)
;
rtc_module.c:149
rtc_isr_deregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rtc_isr_handler_::next
is read by 3 functions:
All items filtered out
rtc_isr_handler_::next
rtc_isr()
rtc_isr_register()
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