Searched refs:CONF_UART_STOP_BITS (Results 1 – 2 of 2) sorted by relevance
59 #define CONF_UART_STOP_BITS US_MR_NBSTOP_1_BIT macro
72 #ifdef CONF_UART_STOP_BITS in configure_console()73 .stopbits = CONF_UART_STOP_BITS, in configure_console()