ESP-IDF
cis_tuple_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
cis_tuple_t
cis_tuple_t struct
Syntax
Show:
Summary
Declaration
from
sdmmc_io.c:33
typedef
struct
{
int
code
;
const
char
*
name
;
cis_tuple_info_func_t
func
;
}
cis_tuple_t
;
Fields
Field
Declared as
cis_tuple_t::code
int
cis_tuple_t::name
const
char
*
cis_tuple_t::func
cis_tuple_info_func_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
sdmmc_io.c:33
}
cis_tuple_t
;
sdmmc_io.c:37
cis_tuple_t
static
const
cis_tuple_t
cis_table
[
]
=
{
sdmmc_io.c:46
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
const
cis_tuple_t
*
tuple
=
(
const
cis_tuple_t
*
)
p
;
sdmmc_io.c:515
cis_tuple_func_default()
const
cis_tuple_t
*
tuple
=
(
const
cis_tuple_t
*
)
p
;
sdmmc_io.c:530
cis_tuple_func_manfid()
const
cis_tuple_t
*
tuple
=
(
const
cis_tuple_t
*
)
p
;
sdmmc_io.c:541
cis_tuple_func_end()
const
cis_tuple_t
*
tuple
=
(
const
cis_tuple_t
*
)
p
;
sdmmc_io.c:548
cis_tuple_func_cftable_entry()
static
const
cis_tuple_t
*
get_tuple
(
uint8_t
code
)
sdmmc_io.c:603
get_tuple()
for
(
int
i
=
0
;
i
<
sizeof
(
cis_table
)
/
sizeof
(
cis_tuple_t
)
;
i
++
)
{
sdmmc_io.c:605
get_tuple()
const
cis_tuple_t
*
tuple
=
get_tuple
(
cis
[
0
]
)
;
sdmmc_io.c:618
sdmmc_io_print_cis_info()
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
cis_table
sdmmc_io.c:46
return
get_tuple()
sdmmc_io.c:603
Lifecycle
from
examples
All items filtered out
All items filtered out