Home
last modified time | relevance | path

Searched refs:kUSART_TwoStopBit (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.h83 kUSART_TwoStopBit = 1U, /*!< Two stop bits */ enumerator
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_usart.c309 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()