ESP-IDF
hli_handler_info_t
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
hli_handler_info_t
hli_handler_info_t struct
Syntax
Show:
Summary
Declaration
from
hli_api.c:19
typedef
struct
{
intr_handler_t
handler
;
void
*
arg
;
uint32_t
intr_reg
;
uint32_t
intr_mask
;
}
hli_handler_info_t
;
Fields
Field
Declared as
hli_handler_info_t::handler
intr_handler_t
hli_handler_info_t::arg
void
*
hli_handler_info_t::intr_reg
uint32_t
hli_handler_info_t::intr_mask
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
hli_api.c:19
}
hli_handler_info_t
;
hli_api.c:24
hli_handler_info_t
static
DRAM_ATTR
hli_handler_info_t
s_hli_handlers
[
HLI_MAX_HANDLERS
]
;
hli_api.c:52
for
(
hli_handler_info_t
*
hip
=
s_hli_handlers
;
hli_api.c:56
hli_intr_register()
for
(
hli_handler_info_t
*
hip
=
s_hli_handlers
;
hli_api.c:76
hli_c_handler()
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
Instance
Scope
Location
Project
s_hli_handlers
hli_api.c:52
Lifecycle
from
examples
All items filtered out
All items filtered out