Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_uart.c81 static uart_recv_notify_t *uart_recv_notifiers[PLATFORM_UART_NUM]; variable
127 uart_recv_notify_t *notify = uart_recv_notifiers[uart->port]; in aos_hal_uart_callback()
136 uart_recv_notifiers[uart->port] = notify; in aos_hal_uart_callback()
155 uart_recv_notify_t *notify = uart_recv_notifiers[uart->port]; in aos_hal_uart_finalize()
166 uart_recv_notifiers[uart->port] = NULL; in aos_hal_uart_finalize()

Completed in 3 milliseconds