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

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

Thread Safety

ctl_ms_sd_spi_write_sectors is thread-safe.