Home
last modified time | relevance | path

Searched refs:USART_2_STOPBITS (Results 1 – 3 of 3) sorted by relevance

/bsp/avr32/software_framework/drivers/usart/
A Dusart.c305 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()
A Dusart.h90 #define USART_2_STOPBITS AVR32_USART_MR_NBSTOP_2 //!< Use 2 stop bits (for more, jus… macro
/bsp/avr32/drivers/
A Ddrv_uart.c193 l_stop = USART_2_STOPBITS; in avr32uc3_uart_configure()

Completed in 7 milliseconds