Searched refs:SEGGER_SYSVIEW_RecordU32 (Results 1 – 3 of 3) sorted by relevance
210 #define traceTASK_DELAY() SEGGER_SYSVIEW_RecordU32(apiF…213 … SEGGER_SYSVIEW_RecordU32(apiFastID_OFFSET + apiID_VTASKDELETE, \218 #define traceTASK_PRIORITY_INHERIT( pxTCB, uxPriority ) SEGGER_SYSVIEW_RecordU32(apiF…219 #define traceTASK_RESUME( pxTCB ) SEGGER_SYSVIEW_RecordU32(apiF…220 #define traceINCREASE_TICK_COUNT( xTicksToJump ) SEGGER_SYSVIEW_RecordU32(apiF…221 #define traceTASK_SUSPEND( pxTCB ) SEGGER_SYSVIEW_RecordU32(apiF…222 #define traceTASK_PRIORITY_DISINHERIT( pxTCB, uxBasePriority ) SEGGER_SYSVIEW_RecordU32(apiF…223 #define traceTASK_RESUME_FROM_ISR( pxTCB ) SEGGER_SYSVIEW_RecordU32(apiF…229 #define traceQUEUE_DELETE( pxQueue ) SEGGER_SYSVIEW_RecordU32(apiF…
241 void SEGGER_SYSVIEW_RecordU32 (unsigned int EventId, U32 Para0);
1292 void SEGGER_SYSVIEW_RecordU32(unsigned int EventID, U32 Value) { in SEGGER_SYSVIEW_RecordU32() function1811 SEGGER_SYSVIEW_RecordU32(SYSVIEW_EVTID_SYSTIME_CYCLES, SEGGER_SYSVIEW_GET_TIMESTAMP()); in SEGGER_SYSVIEW_RecordSystime()