Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP.h149 …#define DEBUG_DECLARE_TRACE_VARIABLE( type, var, init ) type var = ( init ) /**< Trace macro to… macro
152 …#define DEBUG_DECLARE_TRACE_VARIABLE( type, var, init ) /**< Empty definiti… macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c464 DEBUG_DECLARE_TRACE_VARIABLE( BaseType_t, xLocation, 0 ); in usGenerateProtocolChecksum()
DFreeRTOS_IP.c1838 DEBUG_DECLARE_TRACE_VARIABLE( BaseType_t, xLocation, 0 ); in xCheckSizeFields()