Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/esp32c2/
Dsoc.c35 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h21 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc.c36 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h21 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.c35 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h30 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/esp32/
Dsoc.c48 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h23 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.c63 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h25 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.c75 void IRAM_ATTR __esp_platform_mcuboot_start(void) in __esp_platform_mcuboot_start() function
Dsoc.h28 void __esp_platform_mcuboot_start(void);
/Zephyr-latest/soc/espressif/common/
Dloader.c324 __esp_platform_mcuboot_start(); in __start()