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