Search | Google it | Results 1 - 1 of 1 for funcall:USART_CR3 (0.00 seconds) |
101: out_w(USART_CR2(unit), mode & USART_CR2_STOP); // Set stop-bit 102: out_w(USART_CR3(unit), mode & (USART_CR3_RTSE | USART_CR3_CTSE)); // Set RTS/CTS 103: out_w(USART_BRR(unit), speed); // Set communication Speed