Searched refs:uart_rx_cb (Results 1 – 5 of 5) sorted by relevance
92 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef180 int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
96 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef184 int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
93 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef183 int32_t aos_hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
38 uart_rx_cb rx_cb;650 int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb) in hal_uart_recv_cb_reg()
42 __weak int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb) { in hal_uart_recv_cb_reg()
Completed in 10 milliseconds