Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.h112 kUSART_OneStopBit = 0U, /*!< One stop bit */ enumerator
Dfsl_usart.c319 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart.h82 kUSART_OneStopBit = 0U, /*!< One stop bit */ enumerator
Dfsl_usart.c328 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_miniusart.c249 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInit()
Dfsl_adapter_usart.c313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()