ESP-IDF
s_au_to_size_kb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_au_to_size_kb
s_au_to_size_kb variable
Syntax
Show:
Summary
Declaration
from
sdmmc_sd.c:691
static
const
uint32_t
s_au_to_size_kb
[
]
=
{
0
,
16
,
32
,
64
,
128
,
256
,
512
,
1024
,
2
*
1024
,
4
*
1024
,
8
*
1024
,
12
*
1024
,
16
*
1024
,
24
*
1024
,
32
*
1024
,
64
*
1024
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint32_t
s_au_to_size_kb
[
]
=
{
sdmmc_sd.c:691
_Static_assert
(
sizeof
(
s_au_to_size_kb
)
/
sizeof
(
s_au_to_size_kb
[
0
]
)
==
16
,
"invalid number of elements in s_au_to_size_kb"
)
;
sdmmc_sd.c:699
out_ssr
->
alloc_unit_kb
=
s_au_to_size_kb
[
au
]
;
sdmmc_sd.c:714
sdmmc_decode_ssr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_au_to_size_kb
is read by 1 function:
All items filtered out
s_au_to_size_kb
sdmmc_decode_ssr()
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