Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.h82 kUSART_OneStopBit = 0U, /*!< One stop bit */ enumerator
Dfsl_usart.c318 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_usart.c313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()