TI DP83TC811 RGMII Ethernet PHY.
Data Structures | |
struct | Dp83tc811_Cfg |
DP83TC811 PHY configuration parameters. More... | |
Functions | |
void | Dp83tc811_initCfg (Dp83tc811_Cfg *cfg) |
Initialize DP83TC811 PHY specific config params. More... | |
Enumerations | |
enum | Dp83tc811_MasterSlaveMode { DP83TC811_MASTER_SLAVE_STRAP = 0x0U, DP83TC811_MASTER_MODE = 0x1U, DP83TC811_SLAVE_MODE = 0x2U } |
DP83TC811 Master/Slave modes. More... | |
Macros | |
#define | DP83TC811_LED_NUM (2U) |
Number of LEDs available in the PHY. More... | |
#define DP83TC811_LED_NUM (2U) |
Number of LEDs available in the PHY.
void Dp83tc811_initCfg | ( | Dp83tc811_Cfg * | cfg | ) |
Initialize DP83TC811 PHY specific config params.
Initializes the DP83TC811 PHY specific configuration parameters.
cfg | DP83TC811 PHY config structure pointer |