Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py145 sdio_tieh = efuses["XPD_SDIO_TIEH"]
154 if args.voltage == "1.8V" and sdio_tieh.get() != 0:
164 "to 3.3V" if sdio_tieh.get() != 0 else "to 1.8V or 3.3V"
180 sdio_tieh.save(1)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py193 sdio_tieh = efuses["VDD_SPI_TIEH"]
202 if args.voltage == "1.8V" and sdio_tieh.get() != 0:
212 "to 3.3V" if sdio_tieh.get() != 0 else "to 1.8V or 3.3V"
229 sdio_tieh.save(1)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py193 sdio_tieh = efuses["VDD_SPI_TIEH"]
202 if args.voltage == "1.8V" and sdio_tieh.get() != 0:
212 "to 3.3V" if sdio_tieh.get() != 0 else "to 1.8V or 3.3V"
229 sdio_tieh.save(1)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py193 sdio_tieh = efuses["VDD_SPI_TIEH"]
202 if args.voltage == "1.8V" and sdio_tieh.get() != 0:
212 "to 3.3V" if sdio_tieh.get() != 0 else "to 1.8V or 3.3V"
229 sdio_tieh.save(1)
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_struct.h312 …uint32_t sdio_tieh: 1; /*SW option for SDIO_TIEH. Only active when reg_sdio_… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_struct.h358 …uint32_t sdio_tieh: 1; /*SW option for SDIO_TIEH. Only active when reg_sdi… member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_struct.h390 …uint32_t sdio_tieh: 1; /*SW option for SDIO_TIEH. Only active when reg_sdio_… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_struct.h403 …uint32_t sdio_tieh : 1; /*SW option for SDIO_TIEH. Only active when reg_sd… member