Searched refs:ts (Results 1 – 1 of 1) sorted by relevance
700 TSEvent* ts; in xTraceISRBegin() local704 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISRBegin()705 if (ts != (void*)0) in xTraceISRBegin()707 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()708 ts->dts = dts4; in xTraceISRBegin()709 ts->objHandle = hnd8; in xTraceISRBegin()728 TSEvent* ts; in xTraceISREnd() local781 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISREnd()782 if (ts != (void*)0) in xTraceISREnd()784 ts->type = type; in xTraceISREnd()[all …]