Searched refs:__GPIO_PORT_H (Results 1 – 1 of 1) sorted by relevance
21 #define __GPIO_PORT_H(pin) ((__GPIO_PORT(pin) & 0xff) + 0x1000) macro23 …n) (en_gpio_port_t)((pin) < PE0_PIN ? __GPIO_PORT_L((pin)) : __GPIO_PORT_H((pin)))
Completed in 9 milliseconds