Searched defs:GPDR (Results 1 – 2 of 2) sorted by relevance
1503 #define GPDR /* GPIO Pin Direction Reg. */ \ macro1520 #define GPDR (io_p2v (_GPDR)) macro
1251 #define GPDR(x) (((((x) & 0x7f) < 96) ? _GPDR(x) : GPDR3)) macro1261 #define GPDR(x) _GPDR(x) macro