Description
Source
Call Graph
EMAC_Poll
Receive a packet with EMAC If not enough buffer for the packet, the remaining data is lost but right frame length is returned.


Syntax / parameters
unsigned char EMAC_Poll (unsigned char *pFrame, unsigned int frameSize, unsigned int *pRcvSize)
|
Name |
Type |
Default |
Description |
pFrame |
unsigned char *
|
|
Buffer to store the frame
|
frameSize |
unsigned int
|
|
Size of the frame
|
pRcvSize |
unsigned int *
|
|
Received size
|
|
Return value |
unsigned char
|
|
OK, no data, or frame too small
|
Description
Receive a packet with EMAC If not enough buffer for the packet, the remaining data is lost but right frame length is returned.
Source
The documentation for this Member was generated from the following files:
emac.c