OpenCores
URL https://opencores.org/ocsvn/z80soc/z80soc/trunk

Subversion Repositories z80soc

[/] [z80soc/] [trunk/] [V0.7.3/] [Software/] [C/] [include/] [de2115.h] - Blame information for rev 46

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 46 rrred
/*
2
 *  de1.h
3
 *  XcodeProject
4
 *
5
 *  Created by Ronivon Costa on 11/16/10.
6
 *  Copyright 2010 __MyCompanyName__. All rights reserved.
7
 *
8
 */
9
/* PLATFORM: 0 = DE1, 1=S3E */
10
#define RLEDSPORTA      0x02
11
#define RLEDSPORTB      0x03
12
#define CHEXLSB0        0x10
13
#define CHEXMSB0        0x11
14
#define CHEXLSB1        0x12
15
#define CHEXMSB1    0x13
16
#define LCDCTLPORT  0x15
17
#define DPSWPORTB       0x21
18
 
19
extern void redLedsA(unsigned char byte);
20
extern void redLedsB(unsigned char byte);
21
extern void hexlsb0(unsigned char byte);
22
extern void hexmsb0(unsigned char byte);
23
extern void hexlsb1(unsigned char byte);
24
extern void hexmsb1(unsigned char byte);
25
extern void lcdonoff(unsigned char byte);
26
extern void printlcd(short int pos, char s[]);
27
extern unsigned char dipSwitchB(void);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.