Searched refs:semihosting_write (Results 1 – 3 of 3) sorted by relevance
20 size_t semihosting_write(int fd, const void *ptr, size_t len);
46 semihosting_write(sh_console_data.fd, &ch, 1); in semihosting_console_fd_putc()
145 size_t semihosting_write(int fd, const void *ptr, size_t len) in semihosting_write() function