OpenOCD
fileio_open()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
fileio_open()
fileio_open() function
Syntax
Show:
Summary
Declaration
Definition
from
fileio.h:37
int
fileio_open
(
struct
fileio
*
*
fileio
,
const
char
*
url
,
enum
fileio_access
access_type
,
enum
fileio_type
type
)
;
Implemented in
fileio.c:109
Arguments
Argument
fileio
url
access_type
type
Related Functions
Found 14 other functions taking a
fileio
argument:
Function
Description
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