Searched refs:TRC_EVENT_GET_PARAM_COUNT (Results 1 – 2 of 2) sorted by relevance
42 #define TRC_EVENT_GET_PARAM_COUNT(id) (((id) >> 12) & 0xF) macro73 …, puiSize) (*(uint32_t*)(puiSize) = sizeof(TraceBaseEvent_t) + (TRC_EVENT_GET_PARAM_COUNT(((TraceB…490 …, puiSize) (*(uint32_t*)(puiSize) = sizeof(TraceBaseEvent_t) + (TRC_EVENT_GET_PARAM_COUNT(((TraceB…
265 …TRC_ASSERT((sizeof(TraceBaseEvent_t) + (TRC_EVENT_GET_PARAM_COUNT(((TraceBaseEvent_t*)pvAddress)->… in xTraceEventGetSize()