Searched refs:stopBitCount (Results 1 – 9 of 9) sorted by relevance
76 config.stopBitCount = kLPUART_OneStopBit; in mcxc444_configure()79 config.stopBitCount = kLPUART_TwoStopBit; in mcxc444_configure()
143 config.stopBitCount = kLPUART_TwoStopBit; in uart_configure()146 config.stopBitCount = kLPUART_OneStopBit; in uart_configure()
303 config.stopBitCount = kUSART_TwoStopBit; in lpc_configure()306 config.stopBitCount = kUSART_OneStopBit; in lpc_configure()
48 u0_config.stopBitCount = kUSART_OneStopBit, in lpc_configure()
619 config.stopBitCount = kLPUART_TwoStopBit; in imxrt_configure()622 config.stopBitCount = kLPUART_OneStopBit; in imxrt_configure()
173 …uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits … member
292 base->BDH = (base->BDH & ~UART_BDH_SBNS_MASK) | UART_BDH_SBNS((uint8_t)config->stopBitCount); in UART_Init()354 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
195 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
343 base->BAUD = temp | LPUART_BAUD_SBNS((uint8_t)config->stopBitCount); in LPUART_Init()474 config->stopBitCount = kLPUART_OneStopBit; in LPUART_GetDefaultConfig()
Completed in 25 milliseconds