/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/ |
D | fsl_component_serial_port_uart.h | 65 …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/ |
D | peripherals.c | 183 .stopBitCount = kLPUART_OneStopBit,
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/ |
D | fsl_adapter_iuart.c | 246 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()
|
D | fsl_adapter_miniusart.c | 243 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()
|
D | fsl_adapter_uart.c | 248 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()
|
D | fsl_adapter_usart.c | 307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon() 309 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon() 313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
|
D | fsl_adapter_uart.h | 176 …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/ |
D | fsl_lpsci.h | 159 …lpsci_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits… member
|
D | fsl_lpsci.c | 305 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/ |
D | fsl_usart.c | 232 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init() 319 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
|
D | fsl_usart.h | 206 …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/ |
D | fsl_uart_freertos.c | 150 defcfg.stopBitCount = cfg->stopbits; in UART_RTOS_Init()
|
D | fsl_uart.h | 175 uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits in one frame. */ member
|
D | fsl_uart.c | 223 … ((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/ |
D | fsl_uart_freertos.c | 150 defcfg.stopBitCount = cfg->stopbits; in UART_RTOS_Init()
|
D | fsl_uart.h | 162 …uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bits … member
|
D | fsl_uart.c | 298 …(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/ |
D | fsl_lpuart_freertos.c | 156 defcfg.stopBitCount = cfg->stopbits; in LPUART_RTOS_Init()
|
D | fsl_lpuart.h | 247 …lpuart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
|
D | fsl_lpuart.c | 439 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/ |
D | fsl_usart.c | 236 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init() 318 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
|
D | fsl_usart.h | 214 …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/ |
D | fsl_debug_console.c | 759 .stopBitCount = kSerialManager_UartOneStopBit, 784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/ |
D | fsl_debug_console.c | 759 .stopBitCount = kSerialManager_UartOneStopBit, 784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/ |
D | fsl_debug_console.c | 91 usrtConfig.stopBitCount = kHAL_UartOneStopBit; in DbgConsole_Init()
|