lan7500_eth_drv_init
Use this function to initialize the network driver.
Format
t_nwdriver_ret lan7500_eth_drv_init (
uint32_t param,
t_nwdriver * * const p_ethdriver )
Arguments
Parameter | Description | Type |
---|---|---|
param | The driver parameter. | uint32_t |
p_ethdriver | Where to write the pointer to the driver. | t_nwdriver * * |
Return Values
Return value | Description |
---|---|
NWDRIVER_SUCCESS | Successful execution. |
NWDRIVER_ERROR | Operation failed. |