Carmel (MAXREFDES18#) Code Documentation
V01.00
High Accuracy Analog Current/Voltage Output
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Macros
Pages
MAXREFDES18.h
Go to the documentation of this file.
1
29
/*
30
* Copyright (C) 2012 Maxim Integrated Products, Inc., All Rights Reserved.
31
*
32
* Permission is hereby granted, free of charge, to any person obtaining a
33
* copy of this software and associated documentation files (the "Software"),
34
* to deal in the Software without restriction, including without limitation
35
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
36
* and/or sell copies of the Software, and to permit persons to whom the
37
* Software is furnished to do so, subject to the following conditions:
38
*
39
* The above copyright notice and this permission notice shall be included
40
* in all copies or substantial portions of the Software.
41
*
42
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
43
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45
* IN NO EVENT SHALL MAXIM INTEGRATED PRODUCTS BE LIABLE FOR ANY CLAIM, DAMAGES
46
* OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
47
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
48
* OTHER DEALINGS IN THE SOFTWARE.
49
*
50
* Except as contained in this notice, the name of Maxim Integrated Products
51
* shall not be used except as stated in the Maxim Integrated Products
52
* Branding Policy.
53
*
54
* The mere transfer of this software does not imply any licenses
55
* of trade secrets, proprietary technology, copyrights, patents,
56
* trademarks, maskwork rights, or any other form of intellectual
57
* property whatsoever. Maxim Integrated Products retains all ownership rights.
58
*
59
***************************************************************************/
60
61
#ifndef MAXIMPMOD_H_
62
#define MAXIMPMOD_H_
63
64
#include "xgpio.h"
65
#include "xgpio_l.h"
66
#include "xparameters.h"
67
#include "xuartlite.h"
68
#include "xspi_l.h"
69
#include "xspi.h"
70
#include "xiic_l.h"
71
#include "
utilities.h
"
72
#include <string.h>
73
#include <stdio.h>
74
#include "
platform.h
"
75
#include "math.h"
76
77
#define DEFAULT_HYPERTERMINAL_UART_ID XPAR_PS7_UART_1_DEVICE_ID
78
#define DEFAULT_HYPERTERMINAL_UART_ADDRESS XPAR_PS7_UART_1_BASEADDR
79
80
#define ABOUT_ONE_SECOND 74067512
81
// Update this if uBlaze/Zynq CPU core frequency is changed, or if the external memory timing changes.
82
// Although experimentally tested to 1.0000003 seconds, it is not meant to be used for precise timing purposes.
83
84
#define PMOD_TYPE_UART 0
85
#define PMOD_TYPE_SPI 1
86
#define PMOD_TYPE_GPIO 2
87
#define PMOD_TYPE_I2C 3
88
89
#define PMOD_PORT_TYPE_UART 0x00
90
#define PMOD_PORT_TYPE_SPI 0x01
91
#define PMOD_PORT_TYPE_GPIO 0x02
92
#define PMOD_PORT_TYPE_I2C 0x03
93
94
#define BIT_BANG_SPI_CLK 0x08
95
#define BIT_BANG_SPI_CLRB 0x04
96
#define BIT_BANG_SPI_MISO 0x04
97
#define BIT_BANG_SPI_MOSI 0x02
98
#define BIT_BANG_SPI_SSB 0x01
99
100
struct
maximOLEDDisplay
101
{
102
XGpio
xgpioPort
;
103
u8
portStatus
;
104
u8
writeBuffer
[512];
105
u8
flippedBuffer
[512];
106
u8 *
font
;
107
};
108
109
#define INPUT_STRING_MAX_SIZE 16
110
extern
XGpio
g_xGpioPmodPortA
;
111
extern
XGpio
g_xGpioPmodPortB
;
112
extern
XGpio
g_xGpioPmodPortC
;
113
extern
XGpio
g_xGpioPmodPortD
;
114
extern
XGpio
g_xGpioPmodPortMuxIO
;
115
extern
char
g_sInputString
[
INPUT_STRING_MAX_SIZE
];
//This string will hold user input from terminal.
116
117
extern
int
g_nActivePMODPort
;
118
extern
u32
g_unActivePeripheralAddressI2C
;
119
extern
u32
g_unActivePeripheralAddressSPI
;
120
extern
u32
g_unActivePeripheralAddressUart
;
121
extern
XGpio *
g_pActiveGPIOPort
;
122
extern
struct
maximOLEDDisplay
g_structureOLED
;
123
extern
char
g_tempString
[32];
124
125
extern
unsigned
char
g_auchPortType
[4];
126
127
#endif
/* MAXIMPMOD_H_ */
src
MAXREFDES18.h
Generated on Wed Aug 28 2013 11:47:36 for Carmel (MAXREFDES18#) Code Documentation by
1.8.2