Searched refs:USART_2_STOPBITS (Results 1 – 3 of 3) sorted by relevance
305 if (opt->stopbits > USART_2_STOPBITS) in usart_init_rs232()310 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_rs232()357 if (opt->stopbits > USART_2_STOPBITS) in usart_init_rs232_tx_only()362 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_rs232_tx_only()437 if (opt->stopbits > USART_2_STOPBITS) in usart_init_sync_master()442 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_sync_master()490 if (opt->stopbits > USART_2_STOPBITS) in usart_init_sync_slave()495 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_sync_slave()
90 #define USART_2_STOPBITS AVR32_USART_MR_NBSTOP_2 //!< Use 2 stop bits (for more, jus… macro
193 l_stop = USART_2_STOPBITS; in avr32uc3_uart_configure()
Completed in 7 milliseconds