Searched refs:__GPIO_PORT_L (Results 1 – 1 of 1) sorted by relevance
20 #define __GPIO_PORT_L(pin) (__GPIO_PORT(pin)) macro23 #define GPIO_PORT(pin) (en_gpio_port_t)((pin) < PE0_PIN ? __GPIO_PORT_L((pin)) : _…
Completed in 7 milliseconds