Home
last modified time | relevance | path

Searched refs:bootloader_read_flash_id (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dflash_qio_mode.h27 uint32_t bootloader_read_flash_id(void);
Dbootloader_flash.h26 uint32_t bootloader_read_flash_id(void);
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c38 chip->device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c6.c34 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32h2.c35 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32c2.c36 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32c3.c37 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32s2.c35 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32s3.c39 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash.c632 uint32_t IRAM_ATTR bootloader_read_flash_id(void) in bootloader_read_flash_id() function
718 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup()
Dbootloader_flash_config_esp32.c39 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c40 chip->device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c42 chip->device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_flash_init.c271 chip->device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_flash_init.c251 g_rom_flashchip.device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c52 g_rom_flashchip.device_id = bootloader_read_flash_id(); in flash_update_id()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c624 uint32_t IRAM_ATTR bootloader_read_flash_id(void) in bootloader_read_flash_id() function
706 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup()