Home
last modified time | relevance | path

Searched refs:uart_handle (Results 1 – 5 of 5) sorted by relevance

/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/
A Dab32vg1_hal_uart.h44 struct uart_handle struct
117 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);
/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/
A Dab32vg1_hal_uart.c81 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()
/bsp/samd21/board/
A Duart.c219 static void uart_int_cb(SAMD2x_UART_T *uart_handle) in uart_int_cb() argument
224 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()
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_usart.h33 struct uart_handle handle;
/bsp/bluetrum/ab32vg1-ab-prougen/board/
A Dab32vg1_hal_msp.c10 void hal_uart_mspinit(struct uart_handle *huart) in hal_uart_mspinit()

Completed in 8 milliseconds