Format: AllC/C++CSSTextshell script Advanced Search
71: if( isr & USART_ISR_RXNE) { 72: data = in_w(USART_RDR(unit)); 73: dev_ser_notify_rcv(unit, data); /* Notify the main process of data reception. */