Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_override.h28 } bootloader_qio_info_t; typedef
102 extern const bootloader_qio_info_t __attribute__((weak)) bootloader_flash_qe_support_list[];
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c37 const bootloader_qio_info_t __attribute__((weak)) bootloader_flash_qe_support_list[] = {
56 #define NUM_CHIPS (sizeof(bootloader_flash_qe_support_list) / sizeof(bootloader_qio_info_t))
86 const bootloader_qio_info_t *chip = &bootloader_flash_qe_support_list[i]; in bootloader_enable_qio_mode()