TwiceAsNice  2019-02-18
Functions | Variables
tx.c File Reference
#include <stdio.h>
#include <string.h>
#include "main.h"
#include "util_label.h"
Include dependency graph for tx.c:

Functions

static int _init (void *handle)
 
static int _config (void *handle, int *fifos)
 
static int _tx (void *handle, int fifos, int errs)
 
int tx_data (void *handle)
 

Variables

static U32 buffer [256L *1024]
 

Function Documentation

◆ _config()

static int _config ( void *  handle,
int *  fifos 
)
static

◆ _init()

static int _init ( void *  handle)
static

◆ _tx()

static int _tx ( void *  handle,
int  fifos,
int  errs 
)
static

◆ tx_data()

int tx_data ( void *  handle)

Variable Documentation

◆ buffer

U32 buffer[256L *1024]
static