Search | Google it | Results 1 - 3 of 3 for funcall:out_h (0.01 seconds) |
68:
69: out_h(ADCSR, ADCSR_ADST | ADCSR_ADIE); // Start Covert
70:
27: #define OutB(reg, v) out_b(iob + (reg), (UB)(v)) 28: #define OutH(reg, v) out_h(iob + (reg), (UH)(v)) 29: #define CnvHIO(d) CnvLeH(d)
84: while (--cnt >= 0) { 85: out_h(port, *buf++); 86: }