Go to the source code of this file.
#define R3964_BREAK 0x0010 |
#define R3964_CHECKSUM 0x0020 |
#define R3964_DEBUG 0x8000 |
#define R3964_ERROR 0x003f |
#define R3964_FRAME 0x0002 |
#define R3964_MAX_BLOCKS_IN_RX_QUEUE 100 |
#define R3964_MAX_RETRIES 5 |
#define R3964_NO_TX_ROOM ((100)*HZ/1000) |
#define R3964_OVERRUN 0x0004 |
#define R3964_PARITY 0x0001 |
#define R3964_TO_NO_BUF ((400)*HZ/1000) |
#define R3964_TO_QVZ ((550)*HZ/1000) |
#define R3964_TO_RX_PANIC ((4000)*HZ/1000) |
#define R3964_TO_ZVZ ((220)*HZ/1000) |
#define R3964_UNKNOWN 0x0008 |
- Enumerator:
R3964_IDLE |
|
R3964_TX_REQUEST |
|
R3964_TRANSMITTING |
|
R3964_WAIT_ZVZ_BEFORE_TX_RETRY |
|
R3964_WAIT_FOR_TX_ACK |
|
R3964_WAIT_FOR_RX_BUF |
|
R3964_RECEIVING |
|
R3964_WAIT_FOR_BCC |
|
R3964_WAIT_FOR_RX_REPEAT |
|
Definition at line 74 of file n_r3964.h.