Home
last modified time | relevance | path

Searched refs:bootloader_read_status_8b_rdsr3 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c128 if((bootloader_read_status_8b_rdsr3() & (1 << 4)) == 0) { in spi_flash_high_performance_check_hpf_bit_5()
197 uint8_t old_status_3 = bootloader_read_status_8b_rdsr3(); in spi_flash_turn_high_performance_reconfig_dummy()
209 if((bootloader_read_status_8b_rdsr3() & 0x03) == 0) { in spi_flash_high_performance_check_dummy_sr()
273 uint8_t old_status_3 = bootloader_read_status_8b_rdsr3(); in spi_flash_turn_high_performance_write_hpf_bit_5()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_override.h49 unsigned bootloader_read_status_8b_rdsr3(void);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c177 IRAM_ATTR unsigned bootloader_read_status_8b_rdsr3(void) in bootloader_read_status_8b_rdsr3() function