Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bootloader_support/src/
Dflash_qio_mode.c158 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in enable_qio_mode()
196 return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in read_status_8b_rdsr()
201 return bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in read_status_8b_rdsr2()
206 …return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD… in read_status_16b_rdsr_rdsr2()
211 bootloader_execute_flash_command(CMD_WRSR, new_status, 8, 0); in write_status_8b_wrsr()
216 bootloader_execute_flash_command(CMD_WRSR2, new_status, 8, 0); in write_status_8b_wrsr2()
221 bootloader_execute_flash_command(CMD_WRSR, new_status, 16, 0); in write_status_16b_wrsr()
226 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in read_status_8b_xmc25qu64a()
228 uint32_t read_status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in read_status_8b_xmc25qu64a()
229 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in read_status_8b_xmc25qu64a()
[all …]
Dbootloader_flash.c518 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
529 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
533 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
537 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock()
551 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
552 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()
558 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
559 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
566 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
647 uint32_t IRAM_ATTR bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mo… in bootloader_execute_flash_command() function
[all …]
/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h158 uint32_t bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mosi_len, ui…
/hal_espressif-3.5.0/zephyr/esp32c3/src/boot/
Dbootloader_init.c132 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
/hal_espressif-3.5.0/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c190 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
/hal_espressif-3.5.0/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c191 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
/hal_espressif-3.5.0/tools/test_idf_size/
Dapp_esp32c3.map160 …bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) (bootloader_execute_flash_command)
6106 0x0000000040381936 bootloader_execute_flash_command
14712 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Dapp_esp32h2.map136 …bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) (bootloader_execute_flash_command)
6080 0x0000000040381846 bootloader_execute_flash_command
13056 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Dapp_esp32s3.map174 …bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) (bootloader_execute_flash_command)
8300 0x0000000040376c40 bootloader_execute_flash_command
18410 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Doverflow.map27299 0x0000000040083998 bootloader_execute_flash_command
65924 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Doverflow_esp32s2.map28041 0x000000004002504c bootloader_execute_flash_command
67060 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Doverflow_esp32c3.map19496 0x000000004038301e bootloader_execute_flash_command
58267 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
Doverflow_esp32s3.map35114 0x0000000040379778 bootloader_execute_flash_command
79958 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…