Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32s3/src/boot/
Dapp_cpu_start.c33 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RUNSTALL); in appcpu_start()
/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c243 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RUNSTALL); in start_other_core()
436 REG_SET_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RUNSTALL);
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h38 #define SYSTEM_CONTROL_CORE_1_RUNSTALL (BIT(0)) macro