Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
326 | f9daq | 1 | #ifndef V729_DEF_H |
2 | #define V729_DEF_H |
||
3 | |||
4 | #define V729_OBR1 0x00 |
||
5 | #define V729_OBR2 0x04 |
||
6 | #define V729_SR 0x08 |
||
7 | #define V729_AEC 0x0A |
||
8 | #define V729_REC 0x0C |
||
9 | #define V729_CSR 0x0E |
||
10 | #define V729_FSR 0x10 |
||
11 | #define V729_UFSR 0x12 |
||
12 | #define V729_RR 0x14 |
||
13 | #define V729_SSR 0x16 |
||
14 | #define V729_DO0P 0x18 |
||
15 | #define V729_DO0M 0x1A |
||
16 | #define V729_DO1P 0x1C |
||
17 | #define V729_DO1M 0x1E |
||
18 | #define V729_DO2P 0x20 |
||
19 | #define V729_DO2M 0x22 |
||
20 | #define V729_DO3P 0x24 |
||
21 | #define V729_DO3M 0x26 |
||
22 | |||
23 | #endif V729_DEF_H |