Home
last modified time | relevance | path

Searched refs:call_start_cpu0 (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-3.4.0/docs/zh_CN/api-guides/
Dstartup.rst26 …P CPU 仍然保持复位状态。在启动过程中,PRO CPU 会执行所有的初始化操作。APP CPU 的复位状态会在应用程序启动代码的 ``call_start_cpu0`` 函数中失效。复位向量代…
100 ESP-IDF 应用程序的入口是 :idf_file:`components/esp_system/port/cpu_start.c` 文件中的 ``call_start_cpu0`` 函数。这个函…
118 …``call_start_cpu0`` 完成运行后,将调用在 :idf_file:`components/esp_system/startup.c` 中找到的“系统层”初始化函数 ``start_…
122 …``call_start_cpu0`` 完成运行后,将调用在 :idf_file:`components/esp_system/startup.c` 中找到的“系统层”初始化函数 ``start_…
/hal_espressif-3.4.0/examples/custom_bootloader/bootloader_override/bootloader_components/main/
Dbootloader_start.c22 void __attribute__((noreturn)) call_start_cpu0(void) in call_start_cpu0() function
/hal_espressif-3.4.0/components/bootloader/subproject/main/
Dbootloader_start.c31 void __attribute__((noreturn)) call_start_cpu0(void) in call_start_cpu0() function
/hal_espressif-3.4.0/docs/en/api-guides/
Dstartup.rst26 …U does all the initialization. APP CPU reset is de-asserted in the ``call_start_cpu0`` function of…
100 ESP-IDF application entry point is ``call_start_cpu0`` function found in :idf_file:`components/esp_…
118 …Once ``call_start_cpu0`` completes running, it calls the "system layer" initialization function ``…
122 …Once ``call_start_cpu0`` completes running, it calls the "system layer" initialization function ``…
/hal_espressif-3.4.0/tools/ldgen/samples/
Dtemplate.ld2 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/tools/ldgen/test/data/
Dlinker_script.ld2 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld15 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld14 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/port/
Dcpu_start.c266 void IRAM_ATTR call_start_cpu0(void) function
/hal_espressif-3.4.0/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld27 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld15 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld15 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/ld/esp32/
Dsections.ld.in7 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/ld/esp32s2/
Dsections.ld.in8 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/ld/esp32c3/
Dsections.ld.in8 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/ld/esp32h2/
Dsections.ld.in8 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/components/esp_system/ld/esp32s3/
Dsections.ld.in8 ENTRY(call_start_cpu0);
/hal_espressif-3.4.0/tools/test_idf_size/
Dbootloader_esp32s2.map4 (call_start_cpu0)
2336 .literal.call_start_cpu0
2470 .text.call_start_cpu0
2473 0x000000004005031c call_start_cpu0
3387 call_start_cpu0 esp-idf/main/libmain.a(bootloader_start.c.obj)
Dbootloader.map4 (call_start_cpu0)
3180 .literal.call_start_cpu0
3272 .text.call_start_cpu0
3275 0x00000000400806f0 call_start_cpu0
4147 call_start_cpu0 esp-idf/main/libmain.a(bootloader_start.c.obj)
Dapp_esp32h2.map14 (call_start_cpu0)
5952 0x00000000403802d2 call_start_cpu0
13118 call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.ob…
Dapp_esp32s2.map10 (call_start_cpu0)
7951 0x0000000040024ddc call_start_cpu0
14229 call_start_cpu0 esp-idf/esp32s2/libesp32s2.a(cpu_start.c.obj)
Dapp_esp32c3.map12 (call_start_cpu0)
5972 0x00000000403802d2 call_start_cpu0
14773 call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.ob…
Dapp2.map10 (call_start_cpu0)
9204 0x000000004008103c call_start_cpu0
16073 call_start_cpu0 esp-idf/esp32/libesp32.a(cpu_start.c.obj)
Dapp_esp32s3.map12 (call_start_cpu0)
8048 0x000000004037506c call_start_cpu0
18473 call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.ob…
Dapp.map10 (call_start_cpu0)
17425 0x0000000040080f44 call_start_cpu0

12