Home
last modified time | relevance | path

Searched refs:uartConfig (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.c223 uart_config_t uartConfig; in HAL_UartInit() local
232 UART_GetDefaultConfig(&uartConfig); in HAL_UartInit()
233 uartConfig.baudRate_Bps = uart_config->baudRate_Bps; in HAL_UartInit()
237 uartConfig.parityMode = kUART_ParityEven; in HAL_UartInit()
241 uartConfig.parityMode = kUART_ParityOdd; in HAL_UartInit()
245 uartConfig.parityMode = kUART_ParityDisabled; in HAL_UartInit()
250 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
254 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()
257 uartConfig.enableRx = (bool)uart_config->enableRx; in HAL_UartInit()
258 uartConfig.enableTx = (bool)uart_config->enableTx; in HAL_UartInit()
[all …]
Dfsl_adapter_iuart.c221 uart_config_t uartConfig; in HAL_UartInit() local
230 UART_GetDefaultConfig(&uartConfig); in HAL_UartInit()
231 uartConfig.baudRate_Bps = uart_config->baudRate_Bps; in HAL_UartInit()
235 uartConfig.parityMode = kUART_ParityEven; in HAL_UartInit()
239 uartConfig.parityMode = kUART_ParityOdd; in HAL_UartInit()
243 uartConfig.parityMode = kUART_ParityDisabled; in HAL_UartInit()
248 uartConfig.stopBitCount = kUART_TwoStopBit; in HAL_UartInit()
252 uartConfig.stopBitCount = kUART_OneStopBit; in HAL_UartInit()
254 uartConfig.enableRx = (bool)uart_config->enableRx; in HAL_UartInit()
255 uartConfig.enableTx = (bool)uart_config->enableTx; in HAL_UartInit()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c175 serial_port_uart_config_t *uartConfig = (serial_port_uart_config_t *)serialConfig; in Serial_UartInit() local
197 serialUartHandle->rx.rxEnable = uartConfig->enableRx; in Serial_UartInit()
506 serial_port_uart_dma_config_t *uartConfig = (serial_port_uart_dma_config_t *)serialConfig; in Serial_UartDmaInit() local
525 dmaConfig.uart_instance = uartConfig->instance; in Serial_UartDmaInit()
526 dmaConfig.dma_instance = uartConfig->dma_instance; in Serial_UartDmaInit()
527 dmaConfig.rx_channel = uartConfig->rx_channel; in Serial_UartDmaInit()
528 dmaConfig.tx_channel = uartConfig->tx_channel; in Serial_UartDmaInit()
529 dmaConfig.dma_mux_configure = uartConfig->dma_mux_configure; in Serial_UartDmaInit()
530 dmaConfig.dma_channel_mux_configure = uartConfig->dma_channel_mux_configure; in Serial_UartDmaInit()
539 serialUartHandle->rx.rxEnable = uartConfig->enableRx; in Serial_UartDmaInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c755 static const serial_port_uart_config_t uartConfig = {.instance = BOARD_DEBUG_UART_INSTANCE, variable
779 serial_port_uart_config_t uartConfig = { in DbgConsole_Init() local
831 serialConfig.portConfig = (void *)&uartConfig; in DbgConsole_Init()
833 serialConfig.portConfig = &uartConfig; in DbgConsole_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c755 static const serial_port_uart_config_t uartConfig = {.instance = BOARD_DEBUG_UART_INSTANCE, variable
779 serial_port_uart_config_t uartConfig = { in DbgConsole_Init() local
831 serialConfig.portConfig = (void *)&uartConfig; in DbgConsole_Init()
833 serialConfig.portConfig = &uartConfig; in DbgConsole_Init()