gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IICGPIORead (0.00 seconds)
tkernel_2
monitor/hwdepend/tef_em1d/src/config.c - 21.7KB - 669 lines
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)