MAXREFDES71# Code Documentation  V01.00
MAXREFDES71# 2-Channel Analog Input/Analog Output
 All Data Structures Files Functions Variables Macros Pages
MAXREFDES71.h File Reference
#include "xparameters.h"
#include "stdio.h"
#include "xgpio.h"
#include "xgpio_l.h"
#include "utilities.h"
#include <string.h>
#include "platform.h"
#include "math.h"

Go to the source code of this file.

Data Structures

struct  maximDateTime
 < Structure to hold time, date, day of week More...
 
struct  maximOLEDDisplay
 

Macros

#define DEFAULT_HYPERTERMINAL_UART_ID   XPAR_PS7_UART_1_DEVICE_ID
 macro used to abstract Physical Port of Hyperterminal UART
 
#define DEFAULT_HYPERTERMINAL_UART_ADDRESS   XPAR_PS7_UART_1_BASEADDR
 
#define ABOUT_ONE_SECOND   74067512
 approx 1 second delay when used as argument with function delay(numberCyclesToDelay)
 
#define INPUT_STRING_MAX_SIZE   16
 

Variables

XGpio g_xGpioLed
 
u8 g_uchAtoDConverterChannel
 
u32 g_unSampleSize
 
int g_nSampleRate
 
char g_sInputString [INPUT_STRING_MAX_SIZE]
 
struct maximOLEDDisplay g_structureOLED
 
char g_tempString [32]
 

Macro Definition Documentation

#define ABOUT_ONE_SECOND   74067512

approx 1 second delay when used as argument with function delay(numberCyclesToDelay)

Definition at line 78 of file MAXREFDES71.h.

#define DEFAULT_HYPERTERMINAL_UART_ADDRESS   XPAR_PS7_UART_1_BASEADDR

Definition at line 76 of file MAXREFDES71.h.

#define DEFAULT_HYPERTERMINAL_UART_ID   XPAR_PS7_UART_1_DEVICE_ID

macro used to abstract Physical Port of Hyperterminal UART

Definition at line 75 of file MAXREFDES71.h.

#define INPUT_STRING_MAX_SIZE   16

Definition at line 82 of file MAXREFDES71.h.

Variable Documentation

int g_nSampleRate

Definition at line 226 of file MAXREFDES71.c.

char g_sInputString[INPUT_STRING_MAX_SIZE]

Definition at line 90 of file MAXREFDES71.c.

struct maximOLEDDisplay g_structureOLED

Definition at line 92 of file MAXREFDES71.c.

char g_tempString[32]

Definition at line 93 of file MAXREFDES71.c.

u8 g_uchAtoDConverterChannel
u32 g_unSampleSize

Definition at line 78 of file maximDeviceSpecificUtilities.c.

XGpio g_xGpioLed

Definition at line 91 of file MAXREFDES71.c.