Project

General

Profile

Revision 249

implementing uart. done with basic functions, still planning protocol

View differences:

test7.h
1
#ifndef TEST7_H_INCLUDED
2
#define TEST7_H_INCLUDED
3

  
4
#include "uart.h"
5

  
1 6
int ser_test_conf(unsigned short base_addr);
2 7

  
3 8
int ser_test_set(unsigned short base_addr, unsigned long bits, unsigned long stop,
......
9 14
int ser_test_int(/* details to be provided */) ;
10 15

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

  
18
#endif //TEST7_H_INCLUDED

Also available in: Unified diff