OpenOCD
fileio
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
fileio
fileio struct
Syntax
Show:
Summary
Declaration
Definition
from
fileio.h:35
struct
fileio
;
Implemented in
fileio.c:23
Fields
Field
Declared as
fileio::url
char
*
fileio::size
size_t
fileio::type
enum
fileio_type
fileio::access
enum
fileio_access
fileio::file
FILE
*
Related Functions
Found 15 other functions taking a
fileio
argument:
Function
Description
fileio_open()
fileio_close()
fileio_feof()
fileio_seek()
fileio_fgets()
fileio_read()
fileio_write()
fileio_read_u32()
fileio_write_u32()
fileio_size()
FIX!!!! For now this can not fail, but that's because a seek was executed on startup. Avoiding the seek on startup opens up for using streams.
fileio_open_local()
fileio_local_read()
fileio_local_fgets()
fileio_local_write()
fileio_close_local()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out