Home
last modified time | relevance | path

Searched refs:status_qio_bit (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c60 uint8_t status_qio_bit);
98 bootloader_flash_qe_support_list[i].status_qio_bit); in bootloader_enable_qio_mode()
126 uint8_t status_qio_bit) in enable_qio_mode() argument
135 if ((status & (1 << status_qio_bit)) == 0) { in enable_qio_mode()
137 write_status_fn(status | (1 << status_qio_bit)); in enable_qio_mode()
143 if ((status & (1 << status_qio_bit)) == 0) { in enable_qio_mode()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_override.h27 uint8_t status_qio_bit; member