Searched refs:UART_LCR_STOPBIT_SEL (Results 1 – 4 of 4) sorted by relevance
81 #define UART_LCR_STOPBIT_SEL ((uint8_t)(1<<2)) /*!< UART Two Stop Bits Select */ macro
182 #define UART_LCR_STOPBIT_SEL ((uint8_t)(1<<2)) macro
335 tmp |= UART_LCR_STOPBIT_SEL; in UART_Init()
Completed in 15 milliseconds