Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.c249 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para0); // Add the first parameter to th… in SYSVIEW_RecordU32x4()
250 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para1); // Add the second parameter to t… in SYSVIEW_RecordU32x4()
251 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para2); // Add the third parameter to th… in SYSVIEW_RecordU32x4()
252 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para3); // Add the fourth parameter to t… in SYSVIEW_RecordU32x4()
269 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para0); // Add the first parameter to th… in SYSVIEW_RecordU32x5()
270 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para1); // Add the second parameter to t… in SYSVIEW_RecordU32x5()
271 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para2); // Add the third parameter to th… in SYSVIEW_RecordU32x5()
272 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para3); // Add the fourth parameter to t… in SYSVIEW_RecordU32x5()
273 …pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, Para4); // Add the fifth parameter to th… in SYSVIEW_RecordU32x5()
/hal_espressif-3.6.0/components/app_trace/sys_view/ext/
Dheap_trace_module.c69 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, (U32)addr); in esp_sysview_heap_trace_alloc()
70 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, size); in esp_sysview_heap_trace_alloc()
72 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, calls[i]); in esp_sysview_heap_trace_alloc()
87 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, (U32)addr); in esp_sysview_heap_trace_free()
89 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, calls[i]); in esp_sysview_heap_trace_free()
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/
Dsysview_tracing.c71 pPayload = SEGGER_SYSVIEW_EncodeU32(pPayload, val); // Add the parameter to the packet in example_sysview_event_send()
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.h279 U8* SEGGER_SYSVIEW_EncodeU32 (U8* pPayload, U32 Value);
DSEGGER_SYSVIEW.c2221 U8* SEGGER_SYSVIEW_EncodeU32(U8* pPayload, U32 Value) { in SEGGER_SYSVIEW_EncodeU32() function