Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dboot_mode.h52 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h114 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dboot_mode.h44 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h185 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dboot_mode.h51 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h165 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dboot_mode.h44 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h113 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dboot_mode.h52 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h162 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dboot_mode.h45 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG))
Dgpio_reg.h113 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x38) macro
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32s2.py85 GPIO_STRAP_REG = 0x3F404038 variable in ESP32S2ROM
295 strap_reg = self.read_reg(self.GPIO_STRAP_REG)
Desp32.py73 GPIO_STRAP_REG = 0x3FF44038 variable in ESP32ROM
364 strap_reg = self.read_reg(self.GPIO_STRAP_REG)
Desp32s3.py99 GPIO_STRAP_REG = 0x60004038 variable in ESP32S3ROM
357 strap_reg = self.read_reg(self.GPIO_STRAP_REG)
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c150 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c212 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c505 uint32_t strapping = READ_REG(GPIO_STRAP_REG); in stub_main()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h303 #define GPIO_STRAP_REG (GPIO_BASE_REG + 0x38) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c231 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_reg.h130 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x0038) macro