Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpsci.c305 base->BDH |= UART0_BDH_SBNS((uint8_t)config->stopBitCount); in LPSCI_Init()
345 config->stopBitCount = kLPSCI_OneStopBit; in LPSCI_GetDefaultConfig()
Dfsl_lpsci.h159 …lpsci_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits… member
Dfsl_uart.h162 …uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits … member
Dfsl_lpuart.h247 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
Dfsl_uart.c298 …(base->BDH & ~(uint8_t)UART_BDH_SBNS_MASK) | (uint8_t)UART_BDH_SBNS((uint8_t)config->stopBitCount); in UART_Init()
407 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
Dfsl_lpuart.c367 base->BAUD = temp | LPUART_BAUD_SBNS((uint8_t)config->stopBitCount); in LPUART_Init()
528 config->stopBitCount = kLPUART_OneStopBit; in LPUART_GetDefaultConfig()
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_usart.c233 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
312 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
Dfsl_usart.h148 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_usart.c233 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
312 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
Dfsl_usart.h148 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_uart.h175 uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits in one frame. */ member
Dfsl_uart.c223 … ((uint32_t)UART_UCR2_WS(config->dataBitsCount) | (uint32_t)UART_UCR2_STPB(config->stopBitCount) | in UART_Init()
312 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpuart.h247 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
Dfsl_lpuart.c367 base->BAUD = temp | LPUART_BAUD_SBNS((uint8_t)config->stopBitCount); in LPUART_Init()
528 config->stopBitCount = kLPUART_OneStopBit; in LPUART_GetDefaultConfig()