Searched refs:GPIO_PTOR (Results 1 – 1 of 1) sorted by relevance
64 #define GPIO_PTOR(n) (0x0C + 0x40 * (n >> 5)) macro282 WRITE4(sc, GPIO_PTOR(i), (1 << (i % 32))); in vf_gpio_pin_toggle()