Searched refs:LPC18XX_PINS_PER_PORT (Results 1 – 1 of 1) sorted by relevance
25 #define LPC18XX_PINS_PER_PORT 32 macro285 port = offset / LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()286 pin = offset % LPC18XX_PINS_PER_PORT; in lpc18xx_gpio_direction()321 .ngpio = LPC18XX_MAX_PORTS * LPC18XX_PINS_PER_PORT,