emac
Default mainpageat91libperipheralsemac
Description Graph
emac
 
Purpose
Definition of methods and structures for using EMAC

Usage
  1. Initialize EMAC with EMAC_Init with MAC address.
  2. Then the caller application need to initialize the PHY driver before further calling EMAC driver.
  3. Get a packet from network
    1. Interrupt mode: EMAC_Set_RxCb to register a function to process the frame packet
    2. Polling mode: EMAC_Poll for a data packet from network
  4. Send a packet to network with EMAC_Send.

Please refer to the list of functions in the Overview tab of this unit for more detailed information.
 
Source
The documentation for this Directory was generated from the following files:
  • emac.dir
  • emac.h