Search | Google it | Results 1 - 2 of 2 for funcall:WriteDA9052 (0.00 seconds) |
263: for (i = 0; tpsetup[i]; i += 2) { 264: er = WriteDA9052(tpsetup[i], tpsetup[i + 1]); 265: if (er < E_OK) goto fin0;
147: while (*cmd) { 148: WriteDA9052(*cmd, *(cmd + 1)); 149: cmd += 2;