Home
last modified time | relevance | path

Searched refs:kUART_OneStopBit (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.h74 kUART_OneStopBit = 0x0U, /*!< One stop bit */ enumerator
Dfsl_uart.c317 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.h67 kUART_OneStopBit = 0U, /*!< One stop bit */ enumerator
Dfsl_uart.c407 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c252 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()
Dfsl_adapter_uart.c254 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()