ESP-IDF
CONTEXT_INIT_VAL
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
CONTEXT_INIT_VAL
CONTEXT_INIT_VAL macro
Syntax
Show:
Summary
Declaration
from
sdio_slave.c:157
#define
CONTEXT_INIT_VAL
{
\
.
intr_handle
=
NULL
,
\
.
hal
=
NULL
,
\
\
.
events
=
{
}
,
\
.
reg_spinlock
=
portMUX_INITIALIZER_UNLOCKED
,
\
\
.
ret_queue
=
NULL
,
\
.
write_spinlock
=
portMUX_INITIALIZER_UNLOCKED
,
\
\
.
recv_reg_list
=
TAILQ_HEAD_INITIALIZER
(
context
.
recv_reg_list
)
,
\
.
recv_spinlock
=
portMUX_INITIALIZER_UNLOCKED
,
\
}
Examples
References
from
examples
Code
Location
#define
CONTEXT_INIT_VAL
{
\
sdio_slave.c:157
static
sdio_context_t
context
=
CONTEXT_INIT_VAL
;
sdio_slave.c:171
context
=
(
sdio_context_t
)
CONTEXT_INIT_VAL
;
sdio_slave.c:229
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