Search | Google it | Results 1 - 3 of 3 for funcall:out_b (0.00 seconds) |
144: 145: out_b(MPC_PWPR, 0); // PWPR.B0WI = 0 146: out_b(MPC_PWPR, MPC_PWMR_PFSWE); // PWPR.PFSWE = 1
30: */ 31: #define OutB(ix, dt) out_b((ix), (dt)) 32: #define InB(ix) in_b((ix))
60: while (--cnt >= 0) { 61: out_b(port, *buf++); 62: }