Searched refs:bootloader_execute_flash_command (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/src/ |
D | flash_qio_mode.c | 136 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 …]
|
D | bootloader_flash.c | 447 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock() 458 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock() 462 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock() 466 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock() 480 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock() 481 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock() 487 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock() 488 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock() 495 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock() 568 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 …]
|
D | bootloader_flash_config_esp32c6.c | 189 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
D | bootloader_flash_config_esp32h2.c | 197 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
D | bootloader_flash_config_esp32c2.c | 222 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
D | bootloader_flash_config_esp32c3.c | 224 bootloader_execute_flash_command(CMD_RESUME, 0, 0, 0); in bootloader_spi_flash_resume()
|
/hal_espressif-3.7.0/components/spi_flash/ |
D | spi_flash_hpm_enable.c | 181 bootloader_execute_flash_command(CMD_WRENVSR, 0, 0, 0); in spi_flash_turn_high_performance_reconfig_dummy() 249 bootloader_execute_flash_command(CMD_WRENVSR, 0, 0, 0); in spi_flash_turn_high_performance_write_hpf_bit_5()
|
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_priv.h | 161 uint32_t bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mosi_len, ui…
|