Searched refs:hal_uart_config_t (Results 1 – 3 of 3) sorted by relevance
188 } hal_uart_config_t; typedef306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
107 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()
194 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartInit()520 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartDmaInit()