Searched refs:HAL_UartInit (Results 1 – 8 of 8) sorted by relevance
191 serialManagerStatus = (serial_manager_status_t)HAL_UartInit( in Serial_UartInit()516 serialManagerStatus = (serial_manager_status_t)HAL_UartInit( in Serial_UartDmaInit()
306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function439 HAL_UartInit(handle, &uartHandle->config); in HAL_UartExitLowpower()
218 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function
215 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function
220 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function
694 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() function851 HAL_UartInit(handle, &uartHandle->config); in HAL_UartExitLowpower()
102 (void)HAL_UartInit((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0], &usrtConfig); in DbgConsole_Init()