|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
BBA command register fields More...
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. | |
BBA command register fields
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.