Searched defs:PIN_NO (Results 1 – 2 of 2) sorted by relevance
31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) macro