Home
last modified time | relevance | path

Searched refs:stopBitCount (Results 1 – 9 of 9) sorted by relevance

/bsp/nxp/mcx/mcxc/Libraries/drivers/
A Ddrv_uart.c76 config.stopBitCount = kLPUART_OneStopBit; in mcxc444_configure()
79 config.stopBitCount = kLPUART_TwoStopBit; in mcxc444_configure()
/bsp/rv32m1_vega/ri5cy/driver/
A Ddrv_uart.c143 config.stopBitCount = kLPUART_TwoStopBit; in uart_configure()
146 config.stopBitCount = kLPUART_OneStopBit; in uart_configure()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_uart.c303 config.stopBitCount = kUSART_TwoStopBit; in lpc_configure()
306 config.stopBitCount = kUSART_OneStopBit; in lpc_configure()
/bsp/nxp/lpc/lpc54114-lite/drivers/
A Ddrv_uart.c48 u0_config.stopBitCount = kUSART_OneStopBit, in lpc_configure()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_uart.c619 config.stopBitCount = kLPUART_TwoStopBit; in imxrt_configure()
622 config.stopBitCount = kLPUART_OneStopBit; in imxrt_configure()
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_uart.h173 …uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits … member
A Dfsl_uart.c292 base->BDH = (base->BDH & ~UART_BDH_SBNS_MASK) | UART_BDH_SBNS((uint8_t)config->stopBitCount); in UART_Init()
354 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpuart.h195 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
A Dfsl_lpuart.c343 base->BAUD = temp | LPUART_BAUD_SBNS((uint8_t)config->stopBitCount); in LPUART_Init()
474 config->stopBitCount = kLPUART_OneStopBit; in LPUART_GetDefaultConfig()

Completed in 25 milliseconds