Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_efuse.c17 uint64_t spiconfig1 = REG_GET_FIELD(EFUSE_RD_MAC_SPI_SYS_2_REG, EFUSE_SPI_PAD_CONF_1); in esp_rom_efuse_get_opiconfig() local
19 uint64_t opiconfig = (spiconfig2 << 12) | (spiconfig1 >> 20); in esp_rom_efuse_get_opiconfig()