Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/newlib/
Dtermios.c24 int cfsetispeed(struct termios *p, speed_t sp) in cfsetispeed()
35 int cfsetospeed(struct termios *p, speed_t sp) in cfsetospeed()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h312 inline static bool esp_stack_ptr_in_dram(uint32_t sp) in esp_stack_ptr_in_dram()
337 inline static bool esp_stack_ptr_is_sane(uint32_t sp) in esp_stack_ptr_is_sane()
/hal_espressif-latest/components/esp_hw_support/
Desp_memory_utils.c71 bool esp_stack_ptr_in_extram(uint32_t sp) in esp_stack_ptr_in_extram()
/hal_espressif-latest/components/esp_system/include/
Desp_debug_helpers.h34 uint32_t sp; /* SP of the current frame */ member
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Ddebug_helpers.c36 static void IRAM_ATTR print_entry(uint32_t pc, uint32_t sp, bool panic) in print_entry()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dcoreasm.h942 entry sp, .locsz variable
/hal_espressif-latest/components/riscv/
Dinterrupt.c53 void _global_interrupt_handler(intptr_t sp, int mcause) in _global_interrupt_handler()
/hal_espressif-latest/components/xtensa/include/
Dxt_utils.h62 void *sp; in xt_utils_get_sp() local
/hal_espressif-latest/components/riscv/include/riscv/
Drv_utils.h53 void *sp; in rv_utils_get_sp() local
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c353 uint32_t sp = (uint32_t)((RvExcFrame *)frame)->sp; in panic_print_basic_backtrace() local
/hal_espressif-latest/components/spi_flash/
Dcache_utils.c85 const void *sp = (const void *)esp_cpu_get_sp(); in esp_task_stack_is_sane_cache_disabled() local
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c381 intptr_t sp = (intptr_t)esp_cpu_get_sp(); in verify_load_addresses() local
/hal_espressif-latest/components/esp_system/
Deh_frame_parser.c841 void __attribute__((weak)) esp_eh_frame_generated_step(uint32_t pc, uint32_t sp) in esp_eh_frame_generated_step()