Home
last modified time | relevance | path

Searched refs:soc_hal_reset_core (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dsoc_hal.h42 …e SOC_HAL_RESET_OTHER_CORES() __SOC_HAL_PERFORM_ON_OTHER_CORES(soc_hal_reset_core);
71 #define soc_hal_reset_core(core) soc_ll_reset_core((core)) macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dcpu_util.c40 soc_hal_reset_core(cpu_id); in esp_cpu_reset()