Searched refs:SD_write (Results 1 – 3 of 3) sorted by relevance
154 int_fast16_t SD_write(SD_Handle handle, const void *buf, in SD_write() function
502 extern int_fast16_t SD_write(SD_Handle handle, const void *buf,
236 result = SD_write(obj->sdHandle, (const uint_least8_t *)buffer, in SDFatFS_diskWrite()