EMAC_Set_RxCb
Default mainpageat91libperipheralsemacEMAC_Set_RxCb
Description Source Call Graph
EMAC_Set_RxCb
Registers pRxCb callback.
 
Syntax / parameters
void EMAC_Set_RxCb (EMAC_RxCallback pRxCb)

Name Type Default Description
pRxCb EMAC_RxCallback
  Pointer to callback function
Description
Registers pRxCb callback.
Callback will be invoked after the next received frame. When EMAC_Poll() returns EMAC_RX_NO_DATA the application task call EMAC_Set_RxCb() to register pRxCb() callback and enters suspend state. The callback is in charge to resume the task once a new frame has been received. The next time EMAC_Poll() is called, it will be successfull.
 
Source
The documentation for this Member was generated from the following file:
  • emac.c