stdio_fops is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stdio_fops variable

Syntax

static const JimAioFopsType stdio_fops = { stdio_writer, stdio_reader, stdio_getline, stdio_error, stdio_strerror, NULL, stdio_eof, NULL, };

References

LocationReferrerText
jim-aio.c:224
static const JimAioFopsType stdio_fops = {
jim-aio.c:2025JimMakeChannel()
af->fops = &stdio_fops;

Type Use

Type of stdio_fops
stdio_fops
all items filtered out