Search | Google it | Results 1 - 1 of 1 for funcall:IICGPIORead (0.00 seconds) |
328: /* read data from read port */ 329: d = IICGPIORead(0xd9); 330: 393: d = ~((v >> 0) | 0xf0); // set value (0:on 1:off) 394: r = IICGPIORead(0xb9); 395: c = (r ^ d) & m; // modify flag (0:unmodified 1:modify)