|
|
1.1 ! root 1: #define RESET_MR 0x10 ! 2: #define RESET_REC 0x20 ! 3: #define RESET_TRANS 0x30 ! 4: #define RESET_ERR 0x40 ! 5: #define RESET_BCH 0x50 ! 6: ! 7: #define ENB_TX 0x04 ! 8: #define DIS_TX 0x08 ! 9: #define ENB_RX 0x01 ! 10: #define DIS_RX 0x02 ! 11: ! 12: #define CHAR_ERR 0x00 ! 13: #define PAR_ENB 0x00 ! 14: #define EVEN_PAR 0x00 ! 15: #define ODD_PAR 0x04 ! 16: #define NO_PAR 0x10 ! 17: #define CBITS8 0x03 ! 18: #define CBITS7 0x02 ! 19: #define CBITS6 0x01 ! 20: #define CBITS5 0x00 ! 21: ! 22: #define NORM_OP 0x00 ! 23: #define LCL_LOOP 0x80 ! 24: #define TWOSTOPB 0x0F ! 25: #define ONENHALF 0x08 ! 26: #define ONESTOPB 0x07 ! 27: ! 28: #define BD19200BPS 0xCC ! 29: #define BD9600BPS 0xBB ! 30: #define BD4800BPS 0x99 ! 31: #define BD2400BPS 0x88 ! 32: #define BD1200BPS 0x66 ! 33: #define BD300BPS 0x44 ! 34: #define BD110BPS 0x11 ! 35: ! 36: #define RCV_RDY 0x01 ! 37: #define REV_RDY 0x01 ! 38: #define XMT_EMT 0x08 ! 39: #define XMT_RDY 0x04 ! 40: #define PAR_ERR 0x20 ! 41: #define RCVD_BRK 0x80 ! 42: #define FRM_ERR 0x40 ! 43: #define OVER_ERR 0x10 ! 44: #define FIFOFULL 0x02 ! 45: #define STRT_BRK 0x60 ! 46: #define STOP_BRK 0x70
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.