Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c468 gdma_tx_event_callbacks_t tx_cbs = { in hci_driver_uart_dma_install() local
472 gdma_register_tx_event_callbacks(s_tx_channel, &tx_cbs, NULL); in hci_driver_uart_dma_install()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c195 gdma_tx_event_callbacks_t tx_cbs = { in spi_slave_hd_init() local
198 gdma_register_tx_event_callbacks(host->gdma_handle_tx, &tx_cbs, host); in spi_slave_hd_init()