/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | bootloader_flash.c | 489 return BYTESHIFT(chip->device_id, 2) == ISSI_ID; in is_issi_chip() 495 …return BYTESHIFT(chip->device_id, 2) == GD_Q_ID_HIGH && BYTESHIFT(chip->device_id, 1) == GD_Q_ID_M… in is_gd_q_chip() 500 return BYTESHIFT(chip->device_id, 2) == MXIC_ID; in is_mxic_chip() 763 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 764 … BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup() 789 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup() 790 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 808 if (is_xmc_chip(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 809 …LOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
|
D | bootloader_flash_config_esp32.c | 27 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 108 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_flash_gpio_config()
|
D | bootloader_flash_config_esp32h2.c | 30 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
|
D | bootloader_flash_config_esp32c3.c | 30 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
|
D | bootloader_flash_config_esp32s2.c | 28 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
|
D | bootloader_flash_config_esp32s3.c | 31 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
|
D | flash_qio_mode.c | 119 raw_flash_id = g_rom_flashchip.device_id; in bootloader_enable_qio_mode()
|
/hal_espressif-3.5.0/components/wear_levelling/private_include/ |
D | WL_State.h | 39 uint32_t device_id; /*!< ID of current WL instance*/ member 48 #define WL_STATE_CRC_LEN_V1 offsetof(wl_state_t, device_id)
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-block-data-cmd.rst | 22 **Example:** Write to eFuse BLOCK3 from binary file ``device_id.bin``, starting at eFuse byte offse… 26 > espefuse.py -p PORT burn_block_data --offset 6 BLOCK3 device_id.bin
|
/hal_espressif-3.5.0/components/wear_levelling/ |
D | WL_Flash.cpp | 286 this->state.device_id = esp_random(); in initSections() 340 uint32_t v1_crc1 = this->state.device_id; in updateV1_V2() 341 uint32_t v1_crc2 = state_copy->device_id; in updateV1_V2() 368 this->state.device_id = esp_random(); in updateV1_V2() 408 buff[i] = this->state.device_id + n * 4 + i; in fillOkBuff() 418 uint32_t data = this->state.device_id + n * 4 + i; in OkBuffSet()
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 87 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_configure_spi_pins() 165 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
/hal_espressif-3.5.0/zephyr/esp32s2/src/boot/ |
D | bootloader_init.c | 80 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
/hal_espressif-3.5.0/zephyr/esp32/src/boot/ |
D | bootloader_init.c | 132 esp_rom_spiflash_config_param(g_rom_flashchip.device_id, in update_flash_config()
|
/hal_espressif-3.5.0/components/spi_flash/test/ |
D | test_spi_flash.c | 414 printf("dev_id: %08X \n", legacy_chip->device_id); 416 if (((legacy_chip->device_id >> 16) & 0xff) != 0x9D) {
|
/hal_espressif-3.5.0/zephyr/esp32c3/src/boot/ |
D | bootloader_init.c | 120 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/ |
D | spi_flash.h | 150 uint32_t device_id; member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/ |
D | spi_flash.h | 146 uint32_t device_id; member
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32h2/ |
D | bootloader_esp32h2.c | 109 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
/hal_espressif-3.5.0/zephyr/esp32s3/src/boot/ |
D | bootloader_init.c | 88 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/ |
D | spi_flash.h | 105 uint32_t device_id; member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/ |
D | spi_flash.h | 105 uint32_t device_id; member
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32c3/ |
D | bootloader_esp32c3.c | 110 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/ |
D | spi_flash.h | 138 uint32_t device_id; member
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32s2/ |
D | bootloader_esp32s2.c | 109 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 120 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|