Searched refs:stopBitCount (Results 1 – 6 of 6) sorted by relevance
65 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member85 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
176 …hal_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop b… member
307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()309 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
236 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()318 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
214 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
759 .stopBitCount = kSerialManager_UartOneStopBit,784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()