KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

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.
 

Detailed Description

BBA command register fields.

OR appropriate bit values together and write into the RT_CHIPCMD register to execute the command.

Macro Definition Documentation

◆ RT_CMD_RESET

#define RT_CMD_RESET   0x10

Reset the RTL8139C.

◆ RT_CMD_RX_BUF_EMPTY

#define RT_CMD_RX_BUF_EMPTY   0x01

Empty the Rx buffer.

◆ RT_CMD_RX_ENABLE

#define RT_CMD_RX_ENABLE   0x08

Enable Rx.

◆ RT_CMD_TX_ENABLE

#define RT_CMD_TX_ENABLE   0x04

Enable Tx.