Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOS_IP_Utils_DiffConfig_utest.c69 extern UBaseType_t uxLastMinQueueSpace;
159 uxLastMinQueueSpace = 0; in test_vPrintResourceStats_MinSizeIsBigger()
169 TEST_ASSERT_EQUAL( 0, uxLastMinQueueSpace ); in test_vPrintResourceStats_MinSizeIsBigger()
181 uxLastMinQueueSpace = 0; in test_vPrintResourceStats_LastQueueNECurrentQueue()
191 TEST_ASSERT_EQUAL( 10, uxLastMinQueueSpace ); in test_vPrintResourceStats_LastQueueNECurrentQueue()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c524 UBaseType_t uxLastMinQueueSpace; in prvEMACHandlerTask() local
559 if( uxLastMinQueueSpace != uxCurrentCount ) in prvEMACHandlerTask()
563 uxLastMinQueueSpace = uxCurrentCount; in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c1031 static UBaseType_t uxLastMinQueueSpace = 0; in prvEMACHandlerTask() local
1035 if( uxLastMinQueueSpace != uxCurrentCount ) in prvEMACHandlerTask()
1039 uxLastMinQueueSpace = uxCurrentCount; in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
DNetworkInterface.c1228 UBaseType_t uxLastMinQueueSpace = 0; in prvEMACHandlerTask() local
1257 if( uxLastMinQueueSpace != uxCurrentCount ) in prvEMACHandlerTask()
1261 uxLastMinQueueSpace = uxCurrentCount; in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c1060 volatile UBaseType_t uxLastMinQueueSpace; variable
1073 if( uxLastMinQueueSpace != uxCurrentCount ) in vCheckBuffersAndQueue()
1077 uxLastMinQueueSpace = uxCurrentCount; in vCheckBuffersAndQueue()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP_Utils.c90 static UBaseType_t uxLastMinQueueSpace = 0; variable
1449 if( uxLastMinQueueSpace != uxCurrentCount ) in vPrintResourceStats()
1453 uxLastMinQueueSpace = uxCurrentCount; in vPrintResourceStats()