Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/
Dutil.py138 def __init__(self, esp, function_name): argument
141 "Function %s is not supported for %s." % (function_name, esp.CHIP_NAME),
/hal_espressif-3.4.0/components/esp_system/test_eh_frame_parser/
Dmain.c123 bool is_pc_in_function(const uint32_t pc, const char* function_name) in is_pc_in_function() argument
127 if (strcmp(current_fun.name, function_name) == 0) { in is_pc_in_function()
/hal_espressif-3.4.0/components/heap/test/
Dtest_malloc_caps.c203 void heap_caps_alloc_failed_hook(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed_hook() argument
205 …printf("%s was called but failed to allocate %d bytes with 0x%X capabilities. \n",function_name, r… in heap_caps_alloc_failed_hook()
/hal_espressif-3.4.0/components/heap/include/
Desp_heap_caps.h47 typedef void (*esp_alloc_failed_hook_t) (size_t size, uint32_t caps, const char * function_name);
/hal_espressif-3.4.0/tools/ci/
Dcheck_callgraph.py183 function_name = match.group('function')
184 last_function = RtlFunction(function_name, rtl_filename, tu_filename)
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c64 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument
67 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dheap_debug.rst60 void heap_caps_alloc_failed_hook(size_t requested_size, uint32_t caps, const char *function_name)
62 …printf("%s was called but failed to allocate %d bytes with 0x%X capabilities. \n",function_name, r…