semihosting_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

semihosting_read() function

Syntax

static inline ssize_t semihosting_read(struct semihosting *semihosting,     int fd,     void *buf,     int size);

Arguments

semihosting

fd

buf

size

References

LocationReferrerText
semihosting_common.c:267
static inline ssize_t semihosting_read(struct semihosting *semihosting, int fd, void *buf, int size)
semihosting_common.c:1050semihosting_common()
semihosting->result = semihosting_read(semihosting, fd, buf, len);

Call Tree

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