TI-RTOS Drivers  tidrivers_full_2_20_00_08
Functions
ffcio.h File Reference

Go to the source code of this file.

Functions

int ffcio_close (int dev_fd)
 
fpos_t ffcio_lseek (int dev_fd, fpos_t offset, int origin)
 
int ffcio_open (const char *path, unsigned flags, int llv_fd)
 
int ffcio_read (int dev_fd, char *buf, unsigned count)
 
int ffcio_rename (const char *old_name, const char *new_name)
 
int ffcio_unlink (const char *path)
 
int ffcio_write (int dev_fd, const char *buf, unsigned count)
 

Function Documentation

int ffcio_close ( int  dev_fd)
fpos_t ffcio_lseek ( int  dev_fd,
fpos_t  offset,
int  origin 
)
int ffcio_open ( const char *  path,
unsigned  flags,
int  llv_fd 
)
int ffcio_read ( int  dev_fd,
char *  buf,
unsigned  count 
)
int ffcio_rename ( const char *  old_name,
const char *  new_name 
)
int ffcio_unlink ( const char *  path)
int ffcio_write ( int  dev_fd,
const char *  buf,
unsigned  count 
)
Copyright 2016, Texas Instruments Incorporated