Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_hw_support/include/hal/
Dcpu_ll.h49 FORCE_INLINE_ATTR __attribute__((deprecated)) void cpu_ll_set_breakpoint(int id, uint32_t pc) in cpu_ll_set_breakpoint()
65 …E_INLINE_ATTR __attribute__((deprecated)) __attribute__((pure)) void *cpu_ll_pc_to_ptr(uint32_t pc) in cpu_ll_pc_to_ptr()
/hal_espressif-3.7.0/components/xtensa/include/
Desp_cpu_utils.h20 static inline uint32_t esp_cpu_process_stack_pc(uint32_t pc) in esp_cpu_process_stack_pc()
/hal_espressif-3.7.0/components/esp_system/test_eh_frame_parser/
Dmain.c115 bool is_pc_in_function(const uint32_t pc, const char* function_name) in is_pc_in_function()
137 void esp_eh_frame_generated_step(uint32_t pc, uint32_t sp) { in esp_eh_frame_generated_step()
/hal_espressif-3.7.0/components/esp_system/include/
Desp_debug_helpers.h33 uint32_t pc; /* PC of the current frame */ member
/hal_espressif-3.7.0/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-3.7.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c59 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local
/hal_espressif-3.7.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c93 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local
/hal_espressif-3.7.0/components/esp_hw_support/
Dcpu.c152 const intptr_t pc = (intptr_t)(&_vector_table + intr_num); in is_intr_num_resv() local
/hal_espressif-3.7.0/components/esp_hw_support/include/
Desp_cpu.h193 FORCE_INLINE_ATTR __attribute__((pure)) void *esp_cpu_pc_to_addr(uint32_t pc) in esp_cpu_pc_to_addr()
/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c816 static bool esp_eh_frame_missing_info(const uint32_t* fde, uint32_t pc) { in esp_eh_frame_missing_info()
841 void __attribute__((weak)) esp_eh_frame_generated_step(uint32_t pc, uint32_t sp) in esp_eh_frame_generated_step()
/hal_espressif-3.7.0/components/xtensa/include/xtensa/
Dhal.h1489 unsigned pc; member
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dsens_struct.h399 uint32_t pc: 13; /*cocpu Program counter*/ member
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dsens_struct.h372 uint32_t pc : 13; /*cocpu Program counter*/ member