lm3s_eth_driver.c
bool_t osSetEventFromIsr(OsEvent *event)
Set an event object to the signaled state from an interrupt service routine.
Definition: os_port_chibios.c:270
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
void lm3sEthDumpPhyReg(void)
Dump PHY registers for debugging purpose.
Definition: lm3s_eth_driver.c:639
size_t netBufferRead(void *dest, const NetBuffer *src, size_t srcOffset, size_t length)
Read data from a multi-part buffer.
Definition: net_mem.c:690
void lm3sEthWritePhyReg(uint8_t address, uint16_t data)
Write PHY register.
Definition: lm3s_eth_driver.c:600
void nicProcessPacket(NetInterface *interface, uint8_t *packet, size_t length, NetRxAncillary *ancillary)
Handle a packet received by the network controller.
Definition: nic.c:392
error_t lm3sEthSendPacket(NetInterface *interface, const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary)
Send a packet.
Definition: lm3s_eth_driver.c:396
void lm3sEthEventHandler(NetInterface *interface)
Stellaris LM3S Ethernet event handler.
Definition: lm3s_eth_driver.c:297
error_t lm3sEthReceivePacket(NetInterface *interface)
Receive a packet.
Definition: lm3s_eth_driver.c:452
size_t netBufferGetLength(const NetBuffer *buffer)
Get the actual length of a multi-part buffer.
Definition: net_mem.c:297
Luminary Stellaris LM3S Ethernet controller.
void ETH_IRQHandler(void)
Stellaris LM3S Ethernet interrupt service routine.
Definition: lm3s_eth_driver.c:235
error_t lm3sEthInit(NetInterface *interface)
Stellaris LM3S Ethernet controller initialization.
Definition: lm3s_eth_driver.c:107
void lm3sEthTick(NetInterface *interface)
Stellaris LM3S Ethernet timer handler.
Definition: lm3s_eth_driver.c:202
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
TCP/IP stack core.
__weak_func void lm3sEthInitGpio(NetInterface *interface)
GPIO configuration.
Definition: lm3s_eth_driver.c:180
error_t lm3sEthUpdateMacAddrFilter(NetInterface *interface)
Configure MAC address filtering.
Definition: lm3s_eth_driver.c:550
Debugging facilities.
#define LM3S_ETH_IRQ_PRIORITY_GROUPING
Definition: lm3s_eth_driver.h:39