Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c96 uhci_lldesc_t *link_head; member
310 hci_rxinfo->ptr = (void *)uart_env.rx.link_head->buf; in hci_driver_uart_dma_recv_callback()
311 hci_rxinfo->length = uart_env.rx.link_head->length; in hci_driver_uart_dma_recv_callback()
336 lldesc_head = uart_env.tx.link_head; in hci_driver_uart_dma_send_callback()
343 uart_env.tx.link_head = NULL; in hci_driver_uart_dma_send_callback()
356 lldesc_head = uart_env.rx.link_head; in hci_driver_uart_dma_recv_async()
363 uart_env.rx.link_head = NULL; in hci_driver_uart_dma_recv_async()
371 uart_env.rx.link_head = lldesc_head; in hci_driver_uart_dma_recv_async()
372 gdma_start(s_rx_channel, (intptr_t)(uart_env.rx.link_head)); in hci_driver_uart_dma_recv_async()
423 uart_env.tx.link_head = lldesc_head; in hci_driver_uart_dma_tx_start()
[all …]