Searched refs:on_trans_eof (Results 1 – 6 of 6) sorted by relevance
78 gdma_event_callback_t on_trans_eof; // TX EOF callback member
395 if (cbs->on_trans_eof) { in gdma_register_tx_event_callbacks()396 …ESP_GOTO_ON_FALSE(esp_ptr_in_iram(cbs->on_trans_eof), ESP_ERR_INVALID_ARG, err, TAG, "on_trans_eof… in gdma_register_tx_event_callbacks()408 …x_enable_interrupt(group->hal.dev, pair->pair_id, GDMA_LL_EVENT_TX_EOF, cbs->on_trans_eof != NULL); in gdma_register_tx_event_callbacks()411 tx_chan->on_trans_eof = cbs->on_trans_eof; in gdma_register_tx_event_callbacks()757 if (tx_chan && tx_chan->on_trans_eof) { in gdma_default_tx_isr()762 if (tx_chan->on_trans_eof(&tx_chan->base, &edata, tx_chan->user_data)) { in gdma_default_tx_isr()
82 gdma_event_callback_t on_trans_eof; /*!< Invoked when TX engine meets EOF descriptor */ member
469 .on_trans_eof = hci_uart_tl_tx_eof_callback in hci_driver_uart_dma_install()
196 .on_trans_eof = spi_gdma_tx_channel_callback in spi_slave_hd_init()
335 gdma_tx_event_callbacks_t cb = {.on_trans_eof = i2s_dma_tx_callback}; in i2s_dma_intr_init()