Home
last modified time | relevance | path

Searched refs:eMACInterruptTx (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c122 eMACInterruptTx = ( 1 << 1 ), /* Service TX interrupt */ enumerator
535 xMacInterruptStatus |= eMACInterruptTx; in freertos_tcp_ethernet_int()
742 if( eMACInterruptTx == ( xMacInterruptStatus & eMACInterruptTx ) ) in _deferred_task()
744 xMacInterruptStatus &= ~( eMACInterruptTx ); in _deferred_task()