Searched refs:bootloader_read_status_8b_rdsr3 (Results 1 – 3 of 3) sorted by relevance
128 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()
49 unsigned bootloader_read_status_8b_rdsr3(void);
177 IRAM_ATTR unsigned bootloader_read_status_8b_rdsr3(void) in bootloader_read_status_8b_rdsr3() function