Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c191 serialManagerStatus = (serial_manager_status_t)HAL_UartInit( in Serial_UartInit()
516 serialManagerStatus = (serial_manager_status_t)HAL_UartInit( in Serial_UartDmaInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
Dfsl_adapter_usart.c330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function
439 HAL_UartInit(handle, &uartHandle->config); in HAL_UartExitLowpower()
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() function
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() function
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() function
Dfsl_adapter_lpuart.c694 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function
851 HAL_UartInit(handle, &uartHandle->config); in HAL_UartExitLowpower()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c102 (void)HAL_UartInit((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], &usrtConfig); in DbgConsole_Init()