Home
last modified time | relevance | path

Searched refs:hal_uart_config_t (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h188 } hal_uart_config_t; typedef
306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
Dfsl_adapter_usart.c107 hal_uart_config_t config;
275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon()
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
348 (void)memcpy(&uartHandle->config, uart_config, sizeof(hal_uart_config_t)); in HAL_UartInit()
Dfsl_adapter_lpuart.c162 hal_uart_config_t config;
642 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *uart… in HAL_UartInitCommon()
694 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
745 (void)memcpy(&uartHandle->config, uart_config, sizeof(hal_uart_config_t)); in HAL_UartInit()
Dfsl_adapter_iuart.c218 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
Dfsl_adapter_miniusart.c215 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
Dfsl_adapter_uart.c220 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c192 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartInit()
517 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartDmaInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c78 hal_uart_config_t usrtConfig; in DbgConsole_Init()