Description
Source
Call Graph
EMAC_ReadPhy
Read PHY register.


Syntax / parameters
unsigned char EMAC_ReadPhy (unsigned char PhyAddress, unsigned char Address, unsigned int *pValue, unsigned int retry)
|
Name |
Type |
Default |
Description |
PhyAddress |
unsigned char
|
|
PHY Address
|
Address |
unsigned char
|
|
Register Address
|
pValue |
unsigned int *
|
|
Pointer to a 32 bit location to store read data
|
retry |
unsigned int
|
|
The retry times, 0 to wait forever until complete.
|
|
Return value |
unsigned char
|
|
|
Description
Read PHY register.
Return 1 if successfully, 0 if timeout.
Source
The documentation for this Member was generated from the following files:
emac.c