Searched refs:bootloader_execute_flash_command (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | flash_qio_mode.c | 158 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 …]
|
D | bootloader_flash.c | 518 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/ |
D | bootloader_flash_priv.h | 158 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/ |
D | bootloader_init.c | 132 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32h2/ |
D | bootloader_esp32h2.c | 190 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32c3/ |
D | bootloader_esp32c3.c | 191 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | app_esp32c3.map | 160 …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.…
|
D | app_esp32h2.map | 136 …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.…
|
D | app_esp32s3.map | 174 …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.…
|
D | overflow.map | 27299 0x0000000040083998 bootloader_execute_flash_command 65924 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
|
D | overflow_esp32s2.map | 28041 0x000000004002504c bootloader_execute_flash_command 67060 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
|
D | overflow_esp32c3.map | 19496 0x000000004038301e bootloader_execute_flash_command 58267 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
|
D | overflow_esp32s3.map | 35114 0x0000000040379778 bootloader_execute_flash_command 79958 bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.…
|