Searched refs:kUART_TwoStopBit (Results 1 – 6 of 6) sorted by relevance
75 kUART_TwoStopBit = 0x1U, /*!< Two stop bits */ enumerator
68 kUART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
248 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
250 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
217 config.stopBitCount = kUART_TwoStopBit; in UART_CommonControl()
231 config.stopBitCount = kUART_TwoStopBit; in UART_CommonControl()