Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/
Ddebugging-examples.rst156 在 “Memory” 选项卡下,我们将在内存地址 ``0x3FF44004`` 处读取和写入内容。该地址也是 ``GPIO_OUT_REG`` 寄存器的地址,可以用来控制(设置或者清除)某个 GPI…
517 为了演示 ``x`` 和 ``set`` 的使用,我们将在内存地址 ``0x3FF44004`` 处读取和写入内容。该地址也是 ``GPIO_OUT_REG`` 寄存器的地址,可以用来控制(设置或者…
521 …t_level`` 语句的后面各设置一个断点。输入两次 ``c`` 命令后停止在断点处,然后输入 ``x /1wx 0x3FF44004`` 来显示 ``GPIO_OUT_REG`` 寄存器的值::
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Ddebugging-examples.rst156 …ead from and write to the memory location ``0x3FF44004`` labeled as ``GPIO_OUT_REG`` used to set a…
517 …g from and writing to the memory location ``0x3FF44004`` labeled as ``GPIO_OUT_REG`` used to set a…
521 …reak point followed by ``x /1wx 0x3FF44004`` to display contents of ``GPIO_OUT_REG`` memory locati…
/hal_espressif-3.5.0/components/soc/esp32c3/include/soc/
Dgpio_reg.h58 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro
/hal_espressif-3.5.0/components/soc/esp32h2/include/soc/
Dgpio_reg.h58 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Dgpio_reg.h26 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x0004) macro
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dgpio_reg.h58 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Dgpio_reg.h61 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro