semihosting_redirect_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsemihosting_redirect_read()

semihosting_redirect_read() function

Syntax

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

Arguments

semihosting

buf

size

References

LocationReferrerText
semihosting_common.c:232
static ssize_t semihosting_redirect_read(struct semihosting *semihosting, void *buf, int size)
semihosting_common.c:270semihosting_read()
return semihosting_redirect_read(semihosting, buf, size);
semihosting_common.c:285semihosting_getchar()
if (semihosting_redirect_read(semihosting, &c, 1) > 0)

Call Tree

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