Format: AllC/C++CSSTextshell script Advanced Search
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 104: