Choco OS  V.0.16.9.0
Join to the chocolate world
oc_eth_chips.c
Go to the documentation of this file.
1 
27 #include <oc_eth_chips.h>
28 #include <oc_eth_lld.h>
29 
30 #ifdef oC_ETH_LLD_AVAILABLE
31 
36 #define _________________________________________CHIPS_SECTION______________________________________________________________________________
37 
38 const oC_ETH_PhyChipInfo_t oC_ETH_PhyChipInfo_LAN8742A = {
39  .Name = "LAN8742A" ,
40  .LLD.CommunicationInterface = oC_ETH_LLD_PHY_CommunicationInterface_RMII ,
41  .LLD.PossibleBaudRates = {
42  oC_BaudRate_MBd(10) ,
43  oC_BaudRate_MBd(100)
44  } ,
45 };
46 
47 #undef _________________________________________CHIPS_SECTION______________________________________________________________________________
48 
49 #endif
List of defined Ethernet chips.
The file with LLD interface for the ETH driver.
Informations about the selected chip.
Definition: oc_eth.h:106
oC_ETH_ChipName_t Name
Name of the PHY chip.
Definition: oc_eth.h:108