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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [serial.h] - Blame information for rev 182

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 59 hellwig
/*
2
 * serial.s -- the serial line interface
3
 */
4
 
5
 
6
#ifndef _SERIAL_H_
7
#define _SERIAL_H_
8
 
9
 
10 182 hellwig
void ser0init(void);
11 59 hellwig
int ser0inchk(void);
12
int ser0in(void);
13
int ser0outchk(void);
14
void ser0out(int c);
15
 
16 182 hellwig
void ser1init(void);
17 59 hellwig
int ser1inchk(void);
18
int ser1in(void);
19
int ser1outchk(void);
20
void ser1out(int c);
21
 
22
 
23
#endif /* _SERIAL_H_ */

powered by: WebSVN 2.1.0

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