EMAC_Send
Default mainpageat91libperipheralsemacEMAC_Send
Description Source Call Graph
EMAC_Send
Send a packet with EMAC.
 
Syntax / parameters
unsigned char EMAC_Send (void *pBuffer, unsigned int size, EMAC_TxCallback fEMAC_TxCallback)

Name Type Default Description
pBuffer void *
   
size unsigned int
  The size of buffer to be send
fEMAC_TxCallback EMAC_TxCallback
  Threshold Wakeup callback
 
Return value unsigned char
  OK, Busy or invalid packet
Description
Send a packet with EMAC.
If the packet size is larger than transfer buffer size error returned.
 
Source
The documentation for this Member was generated from the following files:
  • emac.c