ESP-IDF
customer_swisr_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
customer_swisr_t
customer_swisr_t struct
Syntax
Show:
Summary
Declaration
from
hli_api.c:26
typedef
struct
{
#define
CUSTOMER_TYPE_REQUEST
(
0
)
#define
CUSTOMER_TYPE_RELEASE
(
1
)
struct
{
uint32_t
cb_type
;
union
{
int
(
*
request
)
(
uint32_t
,
uint32_t
,
uint32_t
)
;
int
(
*
release
)
(
uint32_t
)
;
}
cb
;
}
customer_cb
;
uint32_t
arg0
,
arg1
,
arg2
;
}
customer_swisr_t
;
Fields
Field
Declared as
customer_swisr_t::customer_cb
struct
{
uint32_t
cb_type
;
union
{
int
(
*
request
)
(
uint32_t
,
uint32_t
,
uint32_t
)
;
int
(
*
release
)
(
uint32_t
)
;
}
cb
;
}
customer_swisr_t::arg0
uint32_t
customer_swisr_t::arg1
uint32_t
arg0
,
customer_swisr_t::arg2
uint32_t
arg0
,
arg1
,
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
hli_api.c:26
}
customer_swisr_t
;
hli_api.c:37
customer_swisr_t
static
void
IRAM_ATTR
customer_swisr_handle
(
customer_swisr_t
*
cus_swisr
)
hli_api.c:39
customer_swisr_handle()
customer_swisr_handle()::cus_swisr
customer_swisr_handle
(
(
customer_swisr_t
*
)
scratch
)
;
hli_api.c:147
queue_isr_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
customer_swisr_handle()::cus_swisr
customer_swisr_handle()
hli_api.c:39
Lifecycle
from
examples
All items filtered out
All items filtered out