Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c2112 XPSEvent* xps; in prvTraceGetParam() local
2123 xps = (XPSEvent*) prvTraceNextFreeEventBufferSlot(); in prvTraceGetParam()
2124 if (xps != (void*)0) in prvTraceGetParam()
2126 xps->type = DIV_XPS; in prvTraceGetParam()
2127 xps->xps_8 = (uint8_t)((param & (0xFF00 & ~param_max)) >> 8); in prvTraceGetParam()
2128 xps->xps_16 = (uint16_t)((param & (0xFFFF0000 & ~param_max)) >> 16); in prvTraceGetParam()