Searched refs:kHAL_UartTwoStopBit (Results 1 – 5 of 5) sorted by relevance
167 kHAL_UartTwoStopBit = 1U, /*!< Two stop bits */ enumerator
246 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
243 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
248 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()