Project

General

Profile

Statistics
| Revision:

root / proj / include / test7.h @ 246

History | View | Annotate | Download (475 Bytes)

1
int ser_test_conf(unsigned short base_addr);
2

    
3
int ser_test_set(unsigned short base_addr, unsigned long bits, unsigned long stop,
4
             long parity, /* -1: none, 0: even, 1: odd */
5
             unsigned long rate);
6

    
7
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[]);
8

    
9
int ser_test_int(/* details to be provided */) ;
10

    
11
int ser_test_fifo(/* details to be provided */);