Searched refs:GPIO_PSOR (Results 1 – 1 of 1) sorted by relevance
62 #define GPIO_PSOR(n) (0x04 + 0x40 * (n >> 5)) macro350 WRITE4(sc, GPIO_PSOR(i), (1 << (i % 32))); in vf_gpio_pin_set()