Choco OS  V.0.16.9.0
Join to the chocolate world
oC_ETH_Config_t Struct Reference

ETH driver configuration structure. More...

#include <oc_eth.h>

Data Fields

const oC_ETH_PhyChipInfo_tPhyChipInfo
 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.
 

Detailed Description

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

Note
When the structure is defined as constant, the unused fields must not be filled, cause there will be set to 0 as default.

Definition at line 122 of file oc_eth.h.


The documentation for this struct was generated from the following file: