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

Functions

static int _rx_dmdma_single_cycle (void *handle)
 
static int _tx_dmdma_single_cycle (void *handle)
 
int special_tests (void *handle)
 

Variables

static U8 _big_buf [4L *1024 *1024]
 

Function Documentation

◆ _rx_dmdma_single_cycle()

static int _rx_dmdma_single_cycle ( void *  handle)
static

◆ _tx_dmdma_single_cycle()

static int _tx_dmdma_single_cycle ( void *  handle)
static

◆ special_tests()

int special_tests ( void *  handle)

Variable Documentation

◆ _big_buf

U8 _big_buf[4L *1024 *1024]
static