Searched refs:lpuart_stop_bit_count_t (Results 1 – 3 of 3) sorted by relevance
38 lpuart_stop_bit_count_t stopbits; /*!< Number of stop bits to use */
78 } lpuart_stop_bit_count_t; typedef247 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit…
651 lpuartConfig.stopBitCount = (lpuart_stop_bit_count_t)uart_config->stopBitCount; in HAL_UartInitCommon()