semihosting_redirect_write() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsemihosting_redirect_write()

semihosting_redirect_write() function

Syntax

static ssize_t semihosting_redirect_write(struct semihosting *semihosting,     void *buf,     int size);

Arguments

semihosting

buf

size

References

LocationReferrerText
semihosting_common.c:202
static ssize_t semihosting_redirect_write(struct semihosting *semihosting, void *buf, int size)
semihosting_common.c:223semihosting_write()
return semihosting_redirect_write(semihosting, buf, size);
semihosting_common.c:261semihosting_putchar()
return semihosting_redirect_write(semihosting, &c, 1);

Call Tree

Functions calling semihosting_redirect_write()
Functions called by semihosting_redirect_write()
semihosting_redirect_write()
Data read by semihosting_redirect_write()
Data written by semihosting_redirect_write()
semihosting_redirect_write()
all items filtered out
Type of semihosting_redirect_write()
semihosting_redirect_write()
ssize_t
all items filtered out