Home
last modified time | relevance | path

Searched refs:esp_cpu_pc_to_addr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/esp_hw_support/include/hal/
Dcpu_ll.h67 return esp_cpu_pc_to_addr(pc); in cpu_ll_pc_to_ptr()
/hal_espressif-3.7.0/components/esp_system/port/
Dpanic_handler.c167 …if (!(esp_ptr_executable(esp_cpu_pc_to_addr(panic_get_address(frame))) && (panic_get_address(frame…
/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() function