Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c136 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in enable_qio_mode()
169 return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_read_status_8b_rdsr()
174 return bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_read_status_8b_rdsr2()
179 return bootloader_execute_flash_command(CMD_RDSR3, 0, 0, 8); in bootloader_read_status_8b_rdsr3()
184 …return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD… in bootloader_read_status_16b_rdsr_rdsr2()
189 bootloader_execute_flash_command(CMD_WRSR, new_status, 8, 0); in bootloader_write_status_8b_wrsr()
194 bootloader_execute_flash_command(CMD_WRSR2, new_status, 8, 0); in bootloader_write_status_8b_wrsr2()
199 bootloader_execute_flash_command(CMD_WRSR3, new_status, 8, 0); in bootloader_write_status_8b_wrsr3()
204 bootloader_execute_flash_command(CMD_WRSR, new_status, 16, 0); in bootloader_write_status_16b_wrsr()
209 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in bootloader_read_status_8b_xmc25qu64a()
[all …]
Dbootloader_flash.c481 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
492 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
496 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
500 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock()
514 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
515 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()
521 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
522 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
529 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
602 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 …]
Dbootloader_flash_config_esp32c6.c189 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
Dbootloader_flash_config_esp32h2.c197 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
Dbootloader_flash_config_esp32c2.c222 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
Dbootloader_flash_config_esp32c3.c224 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c473 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
484 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
488 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
492 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock()
506 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
507 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()
513 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
514 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
521 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
594 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-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h179 uint32_t bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mosi_len, ui…
/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c199 bootloader_execute_flash_command(CMD_WRENVSR, 0, 0, 0); in spi_flash_turn_high_performance_reconfig_dummy()
275 bootloader_execute_flash_command(CMD_WRENVSR, 0, 0, 0); in spi_flash_turn_high_performance_write_hpf_bit_5()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c199 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in spi_flash_resume()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c229 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in spi_flash_resume()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c235 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in spi_flash_resume()