TwiceAsNice  2019-02-18
Functions
hpdi32_dsl.h File Reference
#include "hpdi32.h"
Include dependency graph for hpdi32_dsl.h:
This graph shows which files directly or indirectly include this file:

Functions

int hpdi32_dsl_close (int fd)
 
int hpdi32_dsl_ioctl (int fd, int request, void *arg)
 
int hpdi32_dsl_open (unsigned int board)
 
int hpdi32_dsl_read (int fd, void *buf, size_t samples)
 
int hpdi32_dsl_write (int fd, const void *buf, size_t samples)
 

Function Documentation

◆ hpdi32_dsl_close()

int hpdi32_dsl_close ( int  fd)

◆ hpdi32_dsl_ioctl()

int hpdi32_dsl_ioctl ( int  fd,
int  request,
void *  arg 
)

◆ hpdi32_dsl_open()

int hpdi32_dsl_open ( unsigned int  board)

◆ hpdi32_dsl_read()

int hpdi32_dsl_read ( int  fd,
void *  buf,
size_t  samples 
)

◆ hpdi32_dsl_write()

int hpdi32_dsl_write ( int  fd,
const void *  buf,
size_t  samples 
)