Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_freertos.h38 lpuart_stop_bit_count_t stopbits; /*!< Number of stop bits to use */
Dfsl_lpuart.h78 } lpuart_stop_bit_count_t; typedef
247lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit…
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c651 lpuartConfig.stopBitCount = (lpuart_stop_bit_count_t)uart_config->stopBitCount; in HAL_UartInitCommon()