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

Return value

- ESP_OK: on success - ESP_ERR_NOT_SUPPORTED: if the value from the card is not supported to be parsed. - ESP_ERR_INVALID_SIZE: if the CIS size fields are not correct.

Notes

Not all the CIS codes and all kinds of tuples are supported. If you see some unresolved code, you can add the parsing of these code in sdmmc_io.c and contribute to the IDF through the Github repository.

References

from examples