Searched refs:stopBitCount (Results 1 – 6 of 6) sorted by relevance
64 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
173 …hal_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop b… member
304 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()306 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()310 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
148 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
233 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()312 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
719 .stopBitCount = kSerialManager_UartOneStopBit,749 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()