ESP-IDF + 0/1 examples
SourceVu will show references to sdmmc_io_get_cis_data() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: on success - ESP_ERR_INVALID_RESPONSE: if the card does not (correctly) support CIS. - ESP_ERR_INVALID_SIZE: CIS_CODE_END found, but buffer_size is less than required size, which is stored in the inout_cis_size then. - ESP_ERR_NOT_FOUND: if the CIS_CODE_END not found. Increase input value of inout_cis_size or set it to 0, if you still want to search for the end; output value of inout_cis_size is invalid in this case. - and other error code return from sdmmc_io_read_bytes

References

from examples