gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:USART_CR3 (0.00 seconds)
mtkernel_3
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
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