Searched refs:GPIO_OUT_REG (Results 1 – 7 of 7) sorted by relevance
156 在 “Memory” 选项卡下,我们将在内存地址 ``0x3FF44004`` 处读取和写入内容。该地址也是 ``GPIO_OUT_REG`` 寄存器的地址,可以用来控制(设置或者清除)某个 GPI…517 为了演示 ``x`` 和 ``set`` 的使用,我们将在内存地址 ``0x3FF44004`` 处读取和写入内容。该地址也是 ``GPIO_OUT_REG`` 寄存器的地址,可以用来控制(设置或者…521 …t_level`` 语句的后面各设置一个断点。输入两次 ``c`` 命令后停止在断点处,然后输入 ``x /1wx 0x3FF44004`` 来显示 ``GPIO_OUT_REG`` 寄存器的值::
156 …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…
58 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro
26 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x0004) macro
61 #define GPIO_OUT_REG (DR_REG_GPIO_BASE + 0x4) macro