Project

General

Profile

Statistics
| Revision:

root / proj / include / test7.h @ 269

History | View | Annotate | Download (572 Bytes)

1 249 up20180642
#ifndef TEST7_H_INCLUDED
2
#define TEST7_H_INCLUDED
3
4
#include "uart.h"
5
6 235 up20180642
int ser_test_conf(unsigned short base_addr);
7
8
int ser_test_set(unsigned short base_addr, unsigned long bits, unsigned long stop,
9
             long parity, /* -1: none, 0: even, 1: odd */
10
             unsigned long rate);
11
12
int ser_test_poll(unsigned short base_addr, unsigned char tx, unsigned long bits,         unsigned long stop, long parity, unsigned long rate, int stringc, char *strings[]);
13
14
int ser_test_int(/* details to be provided */) ;
15
16
int ser_test_fifo(/* details to be provided */);
17 249 up20180642
18
#endif //TEST7_H_INCLUDED