Searched refs:UART_LCR_WLEN6 (Results 1 – 11 of 11) sorted by relevance
108 #define UART_LCR_WLEN6 (1) macro
203 value |= UART_LCR_WLEN6; in uart_set_format()
101 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */ macro
95 #define UART_LCR_WLEN6 0x01 /**< Wordlength: 6 bits */ macro
78 #define UART_LCR_WLEN6 ((uint8_t)(1<<0)) /*!< UART 6 bit data mode */ macro
73 lcr |= UART_LCR_WLEN6; in UART_SetLcrReg()
64 #define UART_LCR_WLEN6 (1) macro
176 #define UART_LCR_WLEN6 ((uint8_t)(1<<0)) macro
288 tmp |= UART_LCR_WLEN6; in UART_Init()
288 #define UART_LCR_WLEN6 (1) macro492 lcr |= UART_LCR_WLEN6; in uart_set_format()
Completed in 33 milliseconds