TwiceAsNice  2019-02-18
Functions
tx.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "hpdi32_api.h"
#include "main.h"
#include "util_time.h"
Include dependency graph for tx.c:

Functions

static U32 _show_tx_clock (void *device, U32 *clk)
 
static U32 _show_flow_control (void *device)
 
static U32 _tx_data (void *device, const void *src, U32 bytes)
 
U32 tx_process (void *device)
 

Function Documentation

◆ _show_flow_control()

static U32 _show_flow_control ( void *  device)
static

◆ _show_tx_clock()

static U32 _show_tx_clock ( void *  device,
U32 *  clk 
)
static

◆ _tx_data()

static U32 _tx_data ( void *  device,
const void *  src,
U32  bytes 
)
static

◆ tx_process()

U32 tx_process ( void *  device)