Searched refs:write_block (Results 1 – 4 of 4) sorted by relevance
104 smh_file_read_write_block_t write_block; in semihosting_file_write() local111 write_block.handle = file_handle; in semihosting_file_write()112 write_block.buffer = (uintptr_t)buffer; /* cast away const */ in semihosting_file_write()113 write_block.length = *length; in semihosting_file_write()116 (uintptr_t)&write_block); in semihosting_file_write()
82 int write_block(struct sd_handle *handle, uint8_t *src, uint32_t addr,
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
Completed in 6 milliseconds