Searched refs:uart_handle (Results 1 – 5 of 5) sorted by relevance
44 struct uart_handle struct117 hal_error_t hal_uart_init(struct uart_handle *huart);119 void hal_uart_mspinit(struct uart_handle *huart);139 void uart_config_all(struct uart_handle *huart);
81 hal_error_t hal_uart_init(struct uart_handle *huart) in hal_uart_init()108 WEAK void HAL_UART_MspInit(struct uart_handle *huart) in HAL_UART_MspInit()192 void uart_config_all(struct uart_handle *huart) in uart_config_all()
219 static void uart_int_cb(SAMD2x_UART_T *uart_handle) in uart_int_cb() argument224 struct usart_module *module = uart_handle->instance; in uart_int_cb()275 rt_hw_serial_isr(uart_handle->serial, RT_SERIAL_EVENT_RX_IND); in uart_int_cb()
33 struct uart_handle handle;
10 void hal_uart_mspinit(struct uart_handle *huart) in hal_uart_mspinit()
Completed in 8 milliseconds