Synopsis
CTL_STATUS_t ctl_ms_sd_spi_read_cid(CTL_MS_SD_DRIVER_t *driver,
                                    unsigned char *cid);
Description

ctl_ms_sd_spi_read_cid reads the card ID (CID) register from the media card into cid using the device driver driver. cid must point to a buffer that is at least 16 characters in size.

Thread Safety

ctl_ms_sd_spi_read_cid is thread-safe.