ESP-IDF
rtc_isr_handler_
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_
rtc_isr_handler_ struct
Syntax
Show:
Summary
Declaration
from
rtc_module.c:53
typedef
struct
rtc_isr_handler_
{
uint32_t
mask
;
intr_handler_t
handler
;
void
*
handler_arg
;
uint32_t
flags
;
SLIST_ENTRY
(
rtc_isr_handler_
)
next
;
}
rtc_isr_handler_t
;
Fields
Field
Declared as
rtc_isr_handler_::mask
uint32_t
rtc_isr_handler_::handler
intr_handler_t
rtc_isr_handler_::handler_arg
void
*
rtc_isr_handler_::flags
uint32_t
rtc_isr_handler_::next
SLIST_ENTRY
(
rtc_isr_handler_
)
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
rtc_isr_handler_
{
rtc_module.c:53
}
rtc_isr_handler_t
;
rtc_module.c:59
SLIST_ENTRY
(
rtc_isr_handler_
)
next
;
rtc_module.c:58
}
rtc_isr_handler_t
;
rtc_module.c:59
rtc_isr_handler_t
static
DRAM_ATTR
SLIST_HEAD
(
rtc_isr_handler_list_
,
rtc_isr_handler_
)
s_rtc_isr_handler_list
=
rtc_module.c:61
rtc_isr_handler_list_
rtc_isr_handler_t
*
it
;
rtc_module.c:69
rtc_isr()
rtc_isr_handler_t
*
item
=
heap_caps_malloc
(
sizeof
(
*
item
)
,
MALLOC_CAP_INTERNAL
)
;
rtc_module.c:114
rtc_isr_register()
rtc_isr_handler_t
*
it
;
rtc_module.c:140
rtc_isr_deregister()
rtc_isr_handler_t
*
prev
=
NULL
;
rtc_module.c:141
rtc_isr_deregister()
free
(
it
)
;
rtc_module.c:155
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
rtc_isr_handler_
is freed by 1 symbol:
All items filtered out
rtc_isr_handler_
rtc_isr_deregister()
All items filtered out