TI DP83TG720 Ethernet PHY.
Data Structures | |
struct | Dp83tg720_Cfg |
DP83TG720 PHY configuration parameters. More... | |
Functions | |
void | Dp83tg720_initCfg (Dp83tg720_Cfg *cfg) |
Initialize DP83TG720 PHY specific config params. More... | |
Enumerations | |
enum | Dp83tg720_MasterSlaveMode { DP83TG720_MASTER_SLAVE_STRAP = 0x0U, DP83TG720_MASTER_MODE = 0x1U, DP83TG720_SLAVE_MODE = 0x2U } |
DP83TG720 Master/Slave modes. More... | |
Macros | |
#define | DP83TG720_LED_NUM (2U) |
Number of LEDs available in the PHY. More... | |
#define DP83TG720_LED_NUM (2U) |
Number of LEDs available in the PHY.
void Dp83tg720_initCfg | ( | Dp83tg720_Cfg * | cfg | ) |
Initialize DP83TG720 PHY specific config params.
Initializes the DP83TG720 PHY specific configuration parameters.
cfg | DP83TG720 PHY config structure pointer |