Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c39 static uart_s uart_obj[5]={ variable
126 u8 num = uart_obj[uart->port].id; in uart_irq()
184 u8 num = uart_obj[uart->port].id; in hal_uart_init()
194 if(uart_obj[uart->port].tx){ in hal_uart_init()
198 if(uart_obj[uart->port].rx){ in hal_uart_init()
203 if(uart_obj[uart->port].cts){ in hal_uart_init()
207 if(uart_obj[uart->port].rts){ in hal_uart_init()
211 if(uart_obj[uart->port].cts){ in hal_uart_init()
214 if(uart_obj[uart->port].rts){ in hal_uart_init()
345 u8 num = uart_obj[uart->port].id; in hal_uart_recv_II()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_uart.c346 T_HCI_UART *uart_obj = hci_uart_obj; in hci_uart_tx() local
348 uart_obj->tx_len = len; in hci_uart_tx()
349 uart_obj->tx_cb = tx_cb; in hci_uart_tx()
352 uart_obj->tx_buf_cur = p_buf; in hci_uart_tx()
353 uart_obj->tx_len_cur = len; in hci_uart_tx()
355 if (!(uart_obj->ier & RUART_IER_ETBEI)) in hci_uart_tx()
357 uart_obj->ier |= RUART_IER_ETBEI; in hci_uart_tx()

Completed in 9 milliseconds