Home
last modified time | relevance | path

Searched refs:esp_rom_efuse_get_opiconfig (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/
Desp_rom_efuse.h61 uint32_t esp_rom_efuse_get_opiconfig(void);
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_efuse.c15 uint32_t esp_rom_efuse_get_opiconfig(void) in esp_rom_efuse_get_opiconfig() function
/hal_espressif-latest/components/esp_rom/linux/
Desp_rom_efuse.c45 uint32_t esp_rom_efuse_get_opiconfig(void) in esp_rom_efuse_get_opiconfig() function
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.api.ld19 PROVIDE ( esp_rom_efuse_get_opiconfig = ets_efuse_get_opiconfig ); symbol
/hal_espressif-latest/components/spi_flash/
Dflash_ops.c248 …nfig = (io < ESP_MSPI_IO_WP) ? esp_rom_efuse_get_flash_gpio_info() : esp_rom_efuse_get_opiconfig(); in esp_mspi_get_io()