TwiceAsNice  2019-02-18
Functions
rx.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 rx.c:

Functions

static U32 _show_rx_clock (U32 *clk)
 
static U32 _show_flow_control (void *device)
 
static U32 _rx_data (void *device, void *src, U32 bytes)
 
U32 rx_process (void *device)
 

Function Documentation

◆ _rx_data()

static U32 _rx_data ( void *  device,
void *  src,
U32  bytes 
)
static

◆ _show_flow_control()

static U32 _show_flow_control ( void *  device)
static

◆ _show_rx_clock()

static U32 _show_rx_clock ( U32 *  clk)
static

◆ rx_process()

U32 rx_process ( void *  device)