MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / eth_dev_tx

Function eth_dev_tx

bsp/tm4c129x/drivers/drv_eth.c:1441–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439}
1440
1441static rt_err_t eth_dev_tx(rt_device_t dev, struct pbuf *p)
1442{
1443 return tivaif_transmit((net_device_t)dev, p);
1444}
1445
1446static struct pbuf* eth_dev_rx(rt_device_t dev)
1447{

Callers

nothing calls this directly

Calls 1

tivaif_transmitFunction · 0.85

Tested by

no test coverage detected