Searched refs:__GPIO_PORT (Results 1 – 1 of 1) sorted by relevance
19 #define __GPIO_PORT(pin) (((pin) & 0xf0) * 4) macro20 #define __GPIO_PORT_L(pin) (__GPIO_PORT(pin))21 #define __GPIO_PORT_H(pin) ((__GPIO_PORT(pin) & 0xff) + 0x1000)
Completed in 8 milliseconds