Lines Matching +full:0 +full:x504
5 * + sysbus MMIO regions 0: GPIO registers
6 * + Unnamed GPIO inputs 0-31: Set tri-state input level for GPIO pin.
8 * Level 0: Input externally driven LOW
10 * + Unnamed GPIO outputs 0-31:
12 * Level 0: Driven LOW
36 #define NRF51_GPIO_SIZE 0x1000
38 #define NRF51_GPIO_REG_OUT 0x504
39 #define NRF51_GPIO_REG_OUTSET 0x508
40 #define NRF51_GPIO_REG_OUTCLR 0x50C
41 #define NRF51_GPIO_REG_IN 0x510
42 #define NRF51_GPIO_REG_DIR 0x514
43 #define NRF51_GPIO_REG_DIRSET 0x518
44 #define NRF51_GPIO_REG_DIRCLR 0x51C
45 #define NRF51_GPIO_REG_CNF_START 0x700
46 #define NRF51_GPIO_REG_CNF_END 0x77C