/hal_espressif-latest/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-latest/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-latest/components/esp_hw_support/include/esp_private/ |
D | esp_riscv_intr.h | 64 const intptr_t pc = (intptr_t) &_vector_table[intr_num]; in esp_riscv_intr_num_flags() local
|
/hal_espressif-latest/components/esp_system/include/ |
D | esp_debug_helpers.h | 33 uint32_t pc; /* PC of the current frame */ member
|
/hal_espressif-latest/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-latest/zephyr/esp32/src/ |
D | soc_init.c | 17 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, lsstat = 0, lsaddr = 0, lsdata = 0, in wdt_reset_info_dump() local
|
/hal_espressif-latest/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-latest/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-latest/zephyr/esp32s3/src/ |
D | soc_init.c | 67 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, lsstat = 0, lsaddr = 0, lsdata = 0, in wdt_reset_info_dump() local
|
/hal_espressif-latest/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-latest/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-latest/components/xtensa/include/xtensa/ |
D | hal.h | 1489 unsigned pc; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | sens_struct.h | 399 uint32_t pc: 13; /*cocpu Program counter*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | sens_struct.h | 372 uint32_t pc : 13; /*cocpu Program counter*/ member
|