Searched refs:write_block (Results 1 – 4 of 4) sorted by relevance
102 smh_file_read_write_block_t write_block; in semihosting_file_write() local109 write_block.handle = file_handle; in semihosting_file_write()110 write_block.buffer = (uintptr_t)buffer; /* cast away const */ in semihosting_file_write()111 write_block.length = *length; in semihosting_file_write()114 (uintptr_t)&write_block); in semihosting_file_write()
507 if (!write_block(p_sdhandle, in sdio_write()555 if (!write_block(p_sdhandle, inputBuf, blockAddr, writeLen)) { in sdio_write()582 if (!write_block(p_sdhandle, in sdio_write()
625 int write_block(struct sd_handle *handle, in write_block() function
82 int write_block(struct sd_handle *handle, uint8_t *src, uint32_t addr,
Completed in 16 milliseconds