Home
last modified time | relevance | path

Searched refs:__esp_platform_app_start (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/soc/espressif/esp32c2/
Dsoc.c19 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h22 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc.c20 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h22 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.c19 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h31 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/esp32/
Dsoc.c21 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h24 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.c20 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h26 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.c38 void IRAM_ATTR __esp_platform_app_start(void) in __esp_platform_app_start() function
Dsoc.h29 void __esp_platform_app_start(void);
/Zephyr-latest/soc/espressif/common/
Dloader.c320 __esp_platform_app_start(); in __start()