sdmmc_command_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
@endcond error returned from transfer.
uint32_t
response timeout, in milliseconds.
esp_err_t (*)(void*, int)
callback to be called during CMD11 to switch voltage.
void*
argument to be passed to the CMD11 callback.
uint32_t
SD or MMC command index.
uint32_t
SD/MMC command argument.
response buffer.
void*
buffer to send or read into.
size_t
length of data in the buffer.
size_t
length of the buffer.
size_t
block length.
int
see below.

References

from examples