Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c70 uint8_t *hci_rx_data_buffer; member
141 if (s_hci_driver_uart_dma_env.hci_rx_data_buffer) { in hci_driver_uart_dma_memory_deinit()
142 free(s_hci_driver_uart_dma_env.hci_rx_data_buffer); in hci_driver_uart_dma_memory_deinit()
143 s_hci_driver_uart_dma_env.hci_rx_data_buffer = NULL; in hci_driver_uart_dma_memory_deinit()
181 s_hci_driver_uart_dma_env.hci_rx_data_buffer = malloc(OS_MEMPOOL_SIZE(HCI_RX_DATA_POOL_NUM, in hci_driver_uart_dma_memory_init()
183 if (!s_hci_driver_uart_dma_env.hci_rx_data_buffer) { in hci_driver_uart_dma_memory_init()
187 memset(s_hci_driver_uart_dma_env.hci_rx_data_buffer, 0, OS_MEMPOOL_SIZE(HCI_RX_DATA_POOL_NUM, in hci_driver_uart_dma_memory_init()
190 HCI_RX_DATA_BLOCK_SIZE, s_hci_driver_uart_dma_env.hci_rx_data_buffer, in hci_driver_uart_dma_memory_init()