ESP-IDF
cis_tuple_t::code
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
cis_tuple_t::code
cis_tuple_t::code field
Syntax
Show:
Summary
Declaration
from
sdmmc_io.c:34
int
code
;
Examples
References
from
examples
Code
Location
Referrer
int
code
;
sdmmc_io.c:34
CIS_TUPLE
(
NULL
)
,
sdmmc_io.c:47
CIS_TUPLE
(
DEVICE
)
,
sdmmc_io.c:48
CIS_TUPLE
(
CHKSUM
)
,
sdmmc_io.c:49
CIS_TUPLE
(
VERS1
)
,
sdmmc_io.c:50
CIS_TUPLE
(
ALTSTR
)
,
sdmmc_io.c:51
CIS_TUPLE
(
CONFIG
)
,
sdmmc_io.c:52
CIS_TUPLE_WITH_FUNC
(
CFTABLE_ENTRY
,
cis_tuple_func_cftable_entry
)
,
sdmmc_io.c:53
CIS_TUPLE_WITH_FUNC
(
MANFID
,
cis_tuple_func_manfid
)
,
sdmmc_io.c:54
CIS_TUPLE
(
FUNCID
)
,
sdmmc_io.c:55
CIS_TUPLE
(
FUNCE
)
,
sdmmc_io.c:56
CIS_TUPLE
(
VENDER_BEGIN
)
,
sdmmc_io.c:57
CIS_TUPLE
(
VENDER_END
)
,
sdmmc_io.c:58
CIS_TUPLE
(
SDIO_STD
)
,
sdmmc_io.c:59
CIS_TUPLE
(
SDIO_EXT
)
,
sdmmc_io.c:60
CIS_TUPLE_WITH_FUNC
(
END
,
cis_tuple_func_end
)
,
sdmmc_io.c:61
if
(
code
==
cis_table
[
i
]
.
code
)
return
&
cis_table
[
i
]
;
sdmmc_io.c:606
get_tuple()
if
(
tuple
&&
tuple
->
code
==
CISTPL_CODE_END
)
break
;
sdmmc_io.c:628
sdmmc_io_print_cis_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cis_tuple_t::code
is read by 2 functions:
All items filtered out
cis_tuple_t::code
get_tuple()
sdmmc_io_print_cis_info()
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