Home
last modified time | relevance | path

Searched refs:kHAL_UartTwoStopBit (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h167 kHAL_UartTwoStopBit = 1U, /*!< Two stop bits */ enumerator
Dfsl_adapter_iuart.c246 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
Dfsl_adapter_miniusart.c243 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
Dfsl_adapter_uart.c248 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
Dfsl_adapter_usart.c307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()