Home
last modified time | relevance | path

Searched defs:GPIO_REG (Results 1 – 7 of 7) sorted by relevance

/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/
A Dplatform.h65 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/coreplexip-e31-arty/
A Dplatform.h65 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/
A Dplatform.h96 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dplatform.h105 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-arty/
A Dplatform.h96 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dplatform.h105 #define GPIO_REG(offset) _REG32(GPIO_CTRL_ADDR, offset) macro
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/
A Drk2108.h655 struct GPIO_REG { struct
656 __IO uint32_t SWPORT_DR_L; /* Address Offset: 0x0000 */
657 __IO uint32_t SWPORT_DR_H; /* Address Offset: 0x0004 */
658 __IO uint32_t SWPORT_DDR_L; /* Address Offset: 0x0008 */
659 __IO uint32_t SWPORT_DDR_H; /* Address Offset: 0x000C */
660 __IO uint32_t INT_EN_L; /* Address Offset: 0x0010 */
661 __IO uint32_t INT_EN_H; /* Address Offset: 0x0014 */
662 __IO uint32_t INT_MASK_L; /* Address Offset: 0x0018 */
663 __IO uint32_t INT_MASK_H; /* Address Offset: 0x001C */
664 __IO uint32_t INT_TYPE_L; /* Address Offset: 0x0020 */
[all …]

Completed in 82 milliseconds