Search | Google it | Results 1 - 1 of 1 for funcall:USART_ISR (0.00 seconds) |
64: 65: isr = in_w(USART_ISR(unit)); // Get interrupt factor 66: 154: case LLD_SER_SEND: 155: if(in_w(USART_ISR(unit)) & USART_ISR_TXE) { 156: out_w(USART_TDR(unit), parm); // Set Transmission data