KallistiOS
##version##
|
Macros | |
#define | RT_CMD_RESET 0x10 |
Reset the RTL8139C. More... | |
#define | RT_CMD_RX_ENABLE 0x08 |
Enable Rx. More... | |
#define | RT_CMD_TX_ENABLE 0x04 |
Enable Tx. More... | |
#define | RT_CMD_RX_BUF_EMPTY 0x01 |
Empty the Rx buffer. More... | |
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.