Choco OS
V.0.16.9.0
Join to the chocolate world
|
ETH driver configuration structure. More...
#include <oc_eth.h>
Data Fields | |
const oC_ETH_PhyChipInfo_t * | PhyChipInfo |
Pointer to the PHY chip definition (you can find it in the oc_eth_chips.h file) | |
oC_ETH_LLD_Config_t | LLD |
Configuration from the LLD layer (More you can find in the #oC_ETH_LLD_Config_t type description) | |
oC_ETH_PhyAddress_t | PhyAddress |
Address of the external PHY. | |
oC_Net_MacAddress_t | MacAddress |
MAC address of the interface. | |
This is the configuration structure for the ETH driver. You should fill all fields or set to 0 all that are not required. To use this structure call the oC_ETH_Configure function