Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_ETH_XPIC_CONFIG_T Struct Reference

#include <netx_drv_eth_xpic.h>

Collaboration diagram for DRV_ETH_XPIC_CONFIG_T:
Collaboration graph

Data Fields

bool fPhyMode
 
ETH_XPIC_MII_CFG_T tMiiCfg
 

Detailed Description

Initial HAL Settings This structure holds all runtime parameters for the HAL. The function DRV_ETH_Xpic_Initialize() takes a pointer to this structure as parameter and initializes the HAL according to the structure's values.

Definition at line 56 of file netx_drv_eth_xpic.h.

Field Documentation

bool DRV_ETH_XPIC_CONFIG_T::fPhyMode

true: netX behaves like a PHY, driving the MII RXCLK and TXCLK; false: netX behaves like a MAC, sampling the MII RXCLK and TXCLK of an external PHY

Definition at line 58 of file netx_drv_eth_xpic.h.

ETH_XPIC_MII_CFG_T DRV_ETH_XPIC_CONFIG_T::tMiiCfg

Configuration of operating mode (Half-/Full-DUPLEX, 10/100Mbps) This value is ignored if fPhyMode is true.

Definition at line 61 of file netx_drv_eth_xpic.h.


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