Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c121 eMACInterruptRx = ( 1 << 0 ), /* Service RX interrupt */ enumerator
541 xMacInterruptStatus |= eMACInterruptRx; in freertos_tcp_ethernet_int()
749 if( eMACInterruptRx == ( xMacInterruptStatus & eMACInterruptRx ) ) in _deferred_task()
751 xMacInterruptStatus &= ~( eMACInterruptRx ); in _deferred_task()