Synopsis
typedef struct {
  CTL_NET_MAC_DRIVER_t mac;
  CTL_NET_PHY_DRIVER_t phy;
} CTL_NET_INTERFACE_t;
Description

CTL_NET_INTERFACE_t describes a single network interface.

Structure
mac
The MAC driver that the network interface uses.
phy
The PHY driver associated with the MAC interface.