Searched refs:TRC_CFG_SYMBOL_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
82 #define TRC_CFG_SYMBOL_TABLE_SIZE 800 macro84 #if (TRC_CFG_SYMBOL_TABLE_SIZE == 0)
1700 RecorderDataPtr->SymbolTable.symTableSize = (TRC_CFG_SYMBOL_TABLE_SIZE); in xTraceInitialize()2915 if (RecorderDataPtr->SymbolTable.nextFreeSymbolIndex + len + 4 >= (TRC_CFG_SYMBOL_TABLE_SIZE)) in prvTraceCreateSymbolTableEntry()
1256 uint8_t symbytes[4*(((TRC_CFG_SYMBOL_TABLE_SIZE)+3)/4)]; /**< */