LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
enet_17xx_40xx.c File Reference
#include "chip.h"

Go to the source code of this file.

Functions

void Chip_ENET_Init (LPC_ENET_T *pENET)
 Initialize ethernet interface.
 
uint32_t Chip_ENET_FindMIIDiv (LPC_ENET_T *pENET, uint32_t clockRate)
 Find the divider index for a desired MII clock rate.
 
void Chip_ENET_DeInit (LPC_ENET_T *pENET)
 De-initialize the ethernet interface.
 

Variables

STATIC const uint8_t EnetClkDiv []
 

Variable Documentation

STATIC const uint8_t EnetClkDiv[]
Initial value:
= {4, 6, 8, 10, 14, 20, 28, 36, 40, 44,
48, 52, 56, 60, 64}

Definition at line 39 of file enet_17xx_40xx.c.