KallistiOS
2.0.0
|
Macros | |
#define | RT_CMD_RESET 0x10 |
Reset the RTL8139C. | |
#define | RT_CMD_RX_ENABLE 0x08 |
Enable Rx. | |
#define | RT_CMD_TX_ENABLE 0x04 |
Enable Tx. | |
#define | RT_CMD_RX_BUF_EMPTY 0x01 |
Empty the Rx buffer. |
OR appropriate bit values together and write into the RT_CHIPCMD register to execute the command.
#define RT_CMD_RESET 0x10 |
Reset the RTL8139C.
#define RT_CMD_RX_BUF_EMPTY 0x01 |
Empty the Rx buffer.
#define RT_CMD_RX_ENABLE 0x08 |
Enable Rx.
#define RT_CMD_TX_ENABLE 0x04 |
Enable Tx.