Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dcpu_hal.h64 #define cpu_hal_is_debugger_attached() cpu_ll_is_debugger_attached()
/device/soc/esp/esp32/components/esp_hw_support/
Dcpu_util.c84 return cpu_ll_is_debugger_attached(); in esp_cpu_in_ocd_debug_mode()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcpu_ll.h163 static inline bool cpu_ll_is_debugger_attached(void) in cpu_ll_is_debugger_attached() function