Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c222 REG_SET_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in appcpu_start()
223 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in appcpu_start()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c246 REG_SET_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in start_other_core()
247 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in start_other_core()
528 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING);
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h26 #define SYSTEM_CONTROL_CORE_1_RESETTING (BIT(2)) macro