Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h210 #define traceTASK_DELAY() SEGGER_SYSVIEW_RecordU32(apiF…
213SEGGER_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…
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.h241 void SEGGER_SYSVIEW_RecordU32 (unsigned int EventId, U32 Para0);
DSEGGER_SYSVIEW.c1292 void SEGGER_SYSVIEW_RecordU32(unsigned int EventID, U32 Value) { in SEGGER_SYSVIEW_RecordU32() function
1811 SEGGER_SYSVIEW_RecordU32(SYSVIEW_EVTID_SYSTIME_CYCLES, SEGGER_SYSVIEW_GET_TIMESTAMP()); in SEGGER_SYSVIEW_RecordSystime()