Home
last modified time | relevance | path

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

12

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.h65 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
85 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dperipherals.c183 .stopBitCount = kLPUART_OneStopBit,
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c246 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
248 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
252 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()
Dfsl_adapter_miniusart.c243 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
245 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInit()
249 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInit()
Dfsl_adapter_uart.c248 if (kHAL_UartTwoStopBit == uart_config->stopBitCount) in HAL_UartInit()
250 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
254 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()
Dfsl_adapter_usart.c307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()
309 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()
313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
Dfsl_adapter_uart.h176 …hal_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop b… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/
Dfsl_lpsci.h159 …lpsci_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits… member
Dfsl_lpsci.c305 base->BDH |= UART0_BDH_SBNS((uint8_t)config->stopBitCount); in LPSCI_Init()
345 config->stopBitCount = kLPSCI_OneStopBit; in LPSCI_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c232 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
319 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
Dfsl_usart.h206 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart_freertos.c150 defcfg.stopBitCount = cfg->stopbits; in UART_RTOS_Init()
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()
317 config->stopBitCount = kUART_OneStopBit; in UART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_freertos.c150 defcfg.stopBitCount = cfg->stopbits; in UART_RTOS_Init()
Dfsl_uart.h162 …uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits … 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()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_freertos.c156 defcfg.stopBitCount = cfg->stopbits; in LPUART_RTOS_Init()
Dfsl_lpuart.h247 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
Dfsl_lpuart.c439 base->BAUD = temp | LPUART_BAUD_SBNS((uint8_t)config->stopBitCount); in LPUART_Init()
600 config->stopBitCount = kLPUART_OneStopBit; in LPUART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart.c236 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
318 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
Dfsl_usart.h214 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c759 .stopBitCount = kSerialManager_UartOneStopBit,
784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c759 .stopBitCount = kSerialManager_UartOneStopBit,
784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c91 usrtConfig.stopBitCount = kHAL_UartOneStopBit; in DbgConsole_Init()

12