GNU Radio 3.3.0 C++ API
eth_mac_regs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  eth_mac_regs_t

Defines

#define MAC_SET_PAUSE_EN   (1 << 0)
#define MAC_SET_PASS_ALL   (1 << 1)
#define MAC_SET_PASS_PAUSE   (1 << 2)
#define MAC_SET_PASS_BCAST   (1 << 3)
#define MAC_SET_PASS_MCAST   (1 << 4)
#define MAC_SET_PASS_UCAST   (1 << 5)
#define MAC_SET_PAUSE_SEND_EN   (1 << 6)
#define MIIC_SCANSSTAT   (1 << 0)
#define MIIC_RSTAT   (1 << 1)
#define MIIC_WCTRLDATA   (1 << 2)
#define MIIS_LINKFAIL   (1 << 0)
#define MIIS_BUSY   (1 << 1)
#define MIIS_NVALID   (1 << 2)

Define Documentation

#define MAC_SET_PASS_ALL   (1 << 1)
#define MAC_SET_PASS_BCAST   (1 << 3)
#define MAC_SET_PASS_MCAST   (1 << 4)
#define MAC_SET_PASS_PAUSE   (1 << 2)
#define MAC_SET_PASS_UCAST   (1 << 5)
#define MAC_SET_PAUSE_EN   (1 << 0)
#define MAC_SET_PAUSE_SEND_EN   (1 << 6)
#define MIIC_RSTAT   (1 << 1)
#define MIIC_SCANSSTAT   (1 << 0)
#define MIIC_WCTRLDATA   (1 << 2)
#define MIIS_BUSY   (1 << 1)
#define MIIS_LINKFAIL   (1 << 0)
#define MIIS_NVALID   (1 << 2)