Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/smarth_rv64/hal/aos/hal/
A Duart.h92 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef
180 int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/hal/
A Duart.h96 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef
184 int32_t hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_uart.h93 typedef int32_t (*uart_rx_cb)(uart_dev_t *uart); typedef
183 int32_t aos_hal_uart_recv_cb_reg(uart_dev_t *uart, uart_rx_cb cb);
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Duart.c38 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()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c42 __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