esp_rom_efuse_get_flash_gpio_info() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesCall Tree

Return value

uint32_t - 0: default SPI pins (ESP_ROM_EFUSE_FLASH_DEFAULT_SPI) - 1: default HSPI pins (ESP_ROM_EFUSE_FLASH_DEFAULT_HSPI) - Others: Customized pin configuration mask. Pins are encoded as per the EFUSE_SPICONFIG_RET_SPICLK, EFUSE_SPICONFIG_RET_SPIQ, EFUSE_SPICONFIG_RET_SPID, EFUSE_SPICONFIG_RET_SPICS0, EFUSE_SPICONFIG_RET_SPIHD macros.

Notes

WP pin (for quad I/O modes) is not saved in eFuse and not returned by this function.

References