Searched defs:pc (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/esp_hw_support/include/hal/ |
D | cpu_ll.h | 49 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/ |
D | esp_cpu_utils.h | 20 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/ |
D | main.c | 115 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/ |
D | esp_debug_helpers.h | 33 uint32_t pc; /* PC of the current frame */ member
|
/hal_espressif-3.7.0/components/esp_system/port/arch/xtensa/ |
D | debug_helpers.c | 36 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/ |
D | bootloader_esp32s3.c | 59 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/ |
D | bootloader_esp32.c | 93 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/ |
D | cpu.c | 152 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/ |
D | esp_cpu.h | 193 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/ |
D | eh_frame_parser.c | 816 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/ |
D | hal.h | 1489 unsigned pc; member
|
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/ |
D | sens_struct.h | 399 uint32_t pc: 13; /*cocpu Program counter*/ member
|
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/ |
D | sens_struct.h | 372 uint32_t pc : 13; /*cocpu Program counter*/ member
|