Searched refs:RUART_WLS_7BITS (Results 1 – 4 of 4) sorted by relevance
363 #define RUART_WLS_7BITS ((u32)0x00000000) macro366 #define IS_UART_WLS(VAL) (((VAL) == RUART_WLS_7BITS) || \
221 UARTStruct.WordLen = RUART_WLS_7BITS; in hal_uart_init()
258 UART_InitStruct->WordLen = RUART_WLS_7BITS; in csi_uart_format()464 params->WordLen = RUART_WLS_7BITS; in termios2params()
604 puart_adapter->UART_InitStruct.WordLen = RUART_WLS_7BITS; in serial_format()
Completed in 9 milliseconds