Searched defs:GPIO (Results 1 – 3 of 3) sorted by relevance
20 struct GPIO struct22 unsigned char dta1; /* 0 data port 1 */23 unsigned char dir1; /* 1 direction port 1 */24 unsigned char out1; /* 2 output type port 1 */25 unsigned char puc1; /* 3 pull-up control port 1 */26 unsigned char dta2; /* 4 data port 2 */27 unsigned char dir2; /* 5 direction port 2 */28 unsigned char out2; /* 6 output type port 2 */29 unsigned char puc2; /* 7 pull-up control port 2 */
5 #define GPIO 0x0 macro
51 GPIO = 0, /* Native, no need to set PAD_VALUE */ enumerator