Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h83 } gdma_tx_event_callbacks_t; typedef
241 …dma_register_tx_event_callbacks(gdma_channel_handle_t dma_chan, gdma_tx_event_callbacks_t *cbs, vo…
/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()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c195 gdma_tx_event_callbacks_t tx_cbs = { in spi_slave_hd_init()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c384 …dma_register_tx_event_callbacks(gdma_channel_handle_t dma_chan, gdma_tx_event_callbacks_t *cbs, vo… in gdma_register_tx_event_callbacks()
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c335 gdma_tx_event_callbacks_t cb = {.on_trans_eof = i2s_dma_tx_callback}; in i2s_dma_intr_init()