Home
last modified time | relevance | path

Searched refs:kLPUART_TwoStopBit (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.h35 kLPUART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h77 kLPUART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.h77 kLPUART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c450 config.stopBitCount = kLPUART_TwoStopBit; in LPUART_CommonControl()