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/ |
D | SEGGER_SYSVIEW_FreeRTOS.c | 249 …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/ |
D | heap_trace_module.c | 69 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/ |
D | sysview_tracing.c | 71 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/ |
D | SEGGER_SYSVIEW.h | 279 U8* SEGGER_SYSVIEW_EncodeU32 (U8* pPayload, U32 Value);
|
D | SEGGER_SYSVIEW.c | 2221 U8* SEGGER_SYSVIEW_EncodeU32(U8* pPayload, U32 Value) { in SEGGER_SYSVIEW_EncodeU32() function
|