![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | PHY_LINK_ERROR (1 << 0) |
| #define | PHY_LINK_BUSY (1 << 1) |
| #define | PHY_LINK_CHANGED (1 << 2) |
| #define | PHY_LINK_CONNECTED (1 << 3) |
| #define | PHY_LINK_SPEED100 (1 << 4) |
| #define | PHY_LINK_FULLDUPLX (1 << 5) |
Functions | |
| uint32_t | lpcPHYStsPoll (void) |
| Phy status update state machine. More... | |
| uint32_t | lpc_phy_init (bool rmii, p_msDelay_func_t pDelayMsFunc) |
| Initialize the PHY. More... | |
1.8.3.1