#include "emac.h"
#include "../timer/timer.h"
#include "../lpc_config.h"
#include "../uart/uart.h"
#include "../cli/debug.h"
#include "../cli/api.h"
Go to the source code of this file.
Function Documentation
unsigned int CheckFrameReceived |
( |
void |
|
) |
|
void CopyFromFrame_EMAC |
( |
void * |
Dest, |
|
|
unsigned short |
Size | |
|
) |
| | |
void CopyToFrame_EMAC |
( |
void * |
Source, |
|
|
unsigned int |
Size | |
|
) |
| | |
void DoSend_EMAC |
( |
unsigned short |
FrameSize |
) |
|
void DummyReadFrame_EMAC |
( |
unsigned short |
Size |
) |
|
void EndReadFrame |
( |
void |
|
) |
|
unsigned int Rdy4Tx |
( |
void |
|
) |
|
unsigned short read_PHY |
( |
unsigned char |
PhyReg |
) |
|
unsigned short ReadFrame_EMAC |
( |
void |
|
) |
|
unsigned short ReadFrameBE_EMAC |
( |
void |
|
) |
|
void RequestSend |
( |
void |
|
) |
|
void rx_descr_init |
( |
void |
|
) |
|
unsigned short StartReadFrame |
( |
void |
|
) |
|
void tx_descr_init |
( |
void |
|
) |
|
unsigned int uiGetEMACRxData |
( |
unsigned char * |
ucBuffer |
) |
|
void write_PHY |
( |
int |
PhyReg, |
|
|
int |
Value | |
|
) |
| | |
void WriteFrame_EMAC |
( |
unsigned short |
Data |
) |
|