Searched refs:NUM_GPIOL_PINS (Results 1 – 3 of 3) sorted by relevance
243 if (pin < NUM_GPIOL_PINS && mpsse->status == STOPPED) { in gpio_write()258 } else if (pin >= NUM_GPIOL_PINS && pin < NUM_GPIO_PINS) { in gpio_write()260 pin -= NUM_GPIOL_PINS; in gpio_write()
51 #define NUM_GPIOL_PINS 4 macro
1128 pin += NUM_GPIOL_PINS; in PinState()