ESP-IDF
CIS_GET_MINIMAL_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
CIS_GET_MINIMAL_SIZE
CIS_GET_MINIMAL_SIZE macro
Syntax
Show:
Summary
Declaration
from
sdmmc_io.c:29
#define
CIS_GET_MINIMAL_SIZE
32
Examples
References
from
examples
Code
Location
#define
CIS_GET_MINIMAL_SIZE
32
sdmmc_io.c:29
WORD_ALIGNED_ATTR
uint8_t
buf
[
CIS_GET_MINIMAL_SIZE
]
=
{
0
}
;
sdmmc_io.c:677
ret
=
sdmmc_io_read_bytes
(
card
,
0
,
addr
+
buffer_offset
,
&
buf
,
CIS_GET_MINIMAL_SIZE
)
;
sdmmc_io.c:713
bool
finish
=
check_tuples_in_buffer
(
buf
,
CIS_GET_MINIMAL_SIZE
,
&
offset
)
;
sdmmc_io.c:718
copy_len
=
MIN
(
CIS_GET_MINIMAL_SIZE
,
remain_size
)
;
sdmmc_io.c:726
buffer_offset
+=
CIS_GET_MINIMAL_SIZE
;
sdmmc_io.c:732
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