Synopsis
CTL_STATUS_t ctl_ms_sd_spi_read_sectors(void *driver,
                                        CTL_MS_LBA_t addr,
                                        void *buf,
                                        unsigned count);
Description

ctl_ms_sd_spi_read_sectors reads count sectors at sector address addr into memory at buf using the SPI driver driver.

Thread Safety

ctl_ms_sd_spi_read_sectors is thread-safe.