Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c127 static volatile eMAC_INTERRUPT_STATUS_TYPE xMacInterruptStatus = eMACInterruptNone; variable
535 xMacInterruptStatus |= eMACInterruptTx; in freertos_tcp_ethernet_int()
541 xMacInterruptStatus |= eMACInterruptRx; in freertos_tcp_ethernet_int()
545 if( ( 0 != xMacInterruptStatus ) && ( NULL != _deferred_task_handle ) ) in freertos_tcp_ethernet_int()
742 if( eMACInterruptTx == ( xMacInterruptStatus & eMACInterruptTx ) ) in _deferred_task()
744 xMacInterruptStatus &= ~( eMACInterruptTx ); in _deferred_task()
749 if( eMACInterruptRx == ( xMacInterruptStatus & eMACInterruptRx ) ) in _deferred_task()
751 xMacInterruptStatus &= ~( eMACInterruptRx ); in _deferred_task()