Searched refs:esp_cpu_get_sp (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/newlib/test/ |
D | test_shared_stack_printf.c | 17 printf("Executing this printf from external stack! sp=%p\n", esp_cpu_get_sp()); in external_stack_function() 19 shared_stack_sp = (StackType_t *)esp_cpu_get_sp(); in external_stack_function() 33 printf("We can even use FreeRTOS resources... yielding, sp=%p\n", esp_cpu_get_sp()); in another_external_stack_function() 35 shared_stack_sp = (StackType_t *)esp_cpu_get_sp(); in another_external_stack_function() 46 printf("current task sp: %p\n", esp_cpu_get_sp());
|
/hal_espressif-3.6.0/components/esp_system/test/ |
D | test_reset_reason.c | 310 StackType_t *last_addr_stack = esp_cpu_get_sp(); in fibonacci() 323 start_addr_stack = esp_cpu_get_sp(); in test_task() 340 …printf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_ta… in init_restart_task() 349 …printf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_ta… in init_task_do_exception()
|
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/ |
D | cpu.h | 35 return esp_cpu_get_sp(); in get_sp()
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_cpu.h | 29 static inline void *esp_cpu_get_sp(void) in esp_cpu_get_sp() function
|
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/ |
D | tcp_isn_default.c | 170 assert(!esp_ptr_external_ram(esp_cpu_get_sp())); in lwip_hook_tcp_isn()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/ |
D | system_internal.c | 90 if (esp_ptr_external_ram(esp_cpu_get_sp())) { in esp_restart_noos()
|
/hal_espressif-3.6.0/components/espcoredump/src/ |
D | core_dump_common.c | 88 s_core_dump_backup, esp_cpu_get_sp()); in esp_core_dump_setup_stack()
|
/hal_espressif-3.6.0/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 364 int *sp = esp_cpu_get_sp(); in bootloader_init()
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | cache_utils.c | 80 const void *sp = (const void *)esp_cpu_get_sp(); in esp_task_stack_is_sane_cache_disabled()
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | esp_image_format.c | 347 intptr_t sp = (intptr_t)esp_cpu_get_sp(); in verify_load_addresses()
|