Searched refs:ts (Results 1 – 1 of 1) sorted by relevance
699 TSEvent* ts; in xTraceISRBegin() local703 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISRBegin()704 if (ts != 0) in xTraceISRBegin()706 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()707 ts->dts = dts4; in xTraceISRBegin()708 ts->objHandle = hnd8; in xTraceISRBegin()727 TSEvent* ts; in xTraceISREnd() local780 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISREnd()781 if (ts != 0) in xTraceISREnd()783 ts->type = type; in xTraceISREnd()[all …]