RetroArch
Typedefs | Functions
sio.h File Reference
#include "arch/cc.h"
Include dependency graph for sio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef voidsio_fd_t
 

Functions

sio_fd_t sio_open (u8_t)
 
void sio_send (u8_t, sio_fd_t)
 
u8_t sio_recv (sio_fd_t)
 
u32_t sio_read (sio_fd_t, u8_t *, u32_t)
 
u32_t sio_write (sio_fd_t, u8_t *, u32_t)
 
void sio_read_abort (sio_fd_t)
 

Typedef Documentation

◆ sio_fd_t

typedef void* sio_fd_t

Function Documentation

◆ sio_open()

sio_fd_t sio_open ( u8_t  )
Here is the caller graph for this function:

◆ sio_read()

u32_t sio_read ( sio_fd_t  ,
u8_t ,
u32_t   
)

◆ sio_read_abort()

void sio_read_abort ( sio_fd_t  )

◆ sio_recv()

u8_t sio_recv ( sio_fd_t  )
Here is the caller graph for this function:

◆ sio_send()

void sio_send ( u8_t  ,
sio_fd_t   
)
Here is the caller graph for this function:

◆ sio_write()

u32_t sio_write ( sio_fd_t  ,
u8_t ,
u32_t   
)