#include <rs232.h>
Data Fields | |
unsigned short | head |
unsigned short | tail |
unsigned short | nChar |
unsigned short | size |
ECB * | pSem |
char * | buff |
Definition at line 32 of file rs232.h.
unsigned short IOREC::head |
unsigned short IOREC::tail |
unsigned short IOREC::nChar |
Definition at line 35 of file rs232.h.
Referenced by InitPort(), InitXPort(), RGetC(), RPutC(), RStatus(), RxIsr(), and TxIsr().
unsigned short IOREC::size |
Definition at line 36 of file rs232.h.
Referenced by InitPort(), InitXPort(), RGetC(), RPutC(), RxIsr(), and TxIsr().
Definition at line 37 of file rs232.h.
Referenced by InitPort(), InitXPort(), RGetC(), RWrite(), and RxIsr().
char* IOREC::buff |
Definition at line 38 of file rs232.h.
Referenced by InitPort(), InitXPort(), RGetC(), RPutC(), RxIsr(), and TxIsr().