Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/
DNetworkInterface.c167 vPrintResourceStats(); in xESP32_Eth_NetworkInterfaceOutput()
206 vPrintResourceStats(); in wlanif_input()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOS_IP_Utils_DiffConfig_utest.c166 vPrintResourceStats(); in test_vPrintResourceStats_MinSizeIsBigger()
188 vPrintResourceStats(); in test_vPrintResourceStats_LastQueueNECurrentQueue()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h483 extern void vPrintResourceStats( void );
485 …#define vPrintResourceStats() do {} while( ipFALSE_BOOL ) /**< ipconfigHAS_PRINTF is not de… macro
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
DNetworkInterface.c491 vPrintResourceStats(); in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/
DNetworkInterface.c291 vPrintResourceStats(); in prvEMACDeferredInterruptHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c617 vPrintResourceStats(); in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c2302 vPrintResourceStats(); in test_vPrintResourceStats_BufferCountMore()
2315 vPrintResourceStats(); in test_vPrintResourceStats_BufferCountLess()
2332 vPrintResourceStats(); in test_vPrintResourceStats_LastBuffer_NE_0()
2350 vPrintResourceStats(); in test_vPrintResourceStats_MinSizeIsBigger()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
DNetworkInterface.c1054 vPrintResourceStats(); in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c1465 vPrintResourceStats(); in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP_Utils.c1399 void vPrintResourceStats( void ) in vPrintResourceStats() function