Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.h75 kUART_TwoStopBit = 0x1U, /*!< Two stop bits */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.h68 kUART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c248 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
Dfsl_adapter_uart.c250 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c217 config.stopBitCount = kUART_TwoStopBit; in UART_CommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.c231 config.stopBitCount = kUART_TwoStopBit; in UART_CommonControl()