Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dstartup.rst32 复位向量调用的启动代码会根据 ``GPIO_STRAP_REG`` 寄存器的值来确定 {IDF_TARGET_NAME} 的启动模式,该寄存器保存着复位后 bootstrap 引脚的电平状态。根据不…
36 2. 上电复位、软件 SoC 复位、看门狗 SoC 复位:检查 ``GPIO_STRAP_REG`` 寄存器,判断是否请求自定义启动模式,如 UART 下载模式。如果是,ROM 会执行此自定义加载器…
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/targets/
Desp32s2.py84 GPIO_STRAP_REG = 0x3F404038 variable in ESP32S2ROM
254 strap_reg = self.read_reg(self.GPIO_STRAP_REG)
Desp32s3.py93 GPIO_STRAP_REG = 0x60004038 variable in ESP32S3ROM
264 strap_reg = self.read_reg(self.GPIO_STRAP_REG)
/hal_espressif-3.5.0/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-3.5.0/components/soc/esp32h2/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-3.5.0/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-3.5.0/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-3.5.0/components/esp_hw_support/port/esp32/
Drtc_init.c132 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h251 #define GPIO_STRAP_REG (GPIO_BASE_REG + 0x38) macro
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c201 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c187 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/
Dstub_flasher.c479 uint32_t strapping = READ_REG(GPIO_STRAP_REG); in stub_main()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c175 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-3.5.0/docs/en/api-guides/
Dstartup.rst32 Startup code called from the reset vector determines the boot mode by checking ``GPIO_STRAP_REG`` r…
36 2. For power-on reset, software SOC reset, and watchdog SOC reset: check the ``GPIO_STRAP_REG`` reg…
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c224 uint32_t strap_reg = REG_READ(GPIO_STRAP_REG); in rtc_vddsdio_get_config()
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Dgpio_reg.h130 #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x0038) macro