File pointer to print to, set to NULL to print to stdout.
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.
Examples
sdmmc_io_print_cis_info() is referenced by 1 libraries and example projects: