Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Defuse.h91 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Defuse.h223 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Defuse.h243 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Defuse.h242 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Defuse.h305 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Defuse.h306 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Defuse.h336 #define EFUSE_SPICONFIG_RET_SPICS0(ret) (((ret) >> EFUSE_SPICONFIG_RET_SPICS0_SHIFT) & EFUS… macro
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c376 psram_io.flash_cs_io = EFUSE_SPICONFIG_RET_SPICS0(spiconfig); in psram_gpio_config()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c906 psram_io.flash_cs_io = EFUSE_SPICONFIG_RET_SPICS0(spiconfig); in esp_psram_impl_enable()