emac
Default mainpage
at91lib
peripherals
emac
Description
Graph
emac
Purpose
Definition of methods and structures for using EMAC
Usage
Initialize EMAC with
EMAC_Init
with MAC address.
Then the caller application need to initialize the PHY driver before further calling EMAC driver.
Get a packet from network
Interrupt mode:
EMAC_Set_RxCb
to register a function to process the frame packet
Polling mode:
EMAC_Poll
for a data packet from network
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