Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dspi_slave_hd_hal.h98 …spi_slave_hd_hal_desc_append_t *tx_dma_tail; ///< Tail of the linked TX DMA descriptors… member
/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c337 hal->tx_dma_tail = hal->tx_cur_desc; in spi_slave_hd_hal_txdma_append()
345 STAILQ_NEXT(&hal->tx_dma_tail->desc, qe) = &hal->tx_cur_desc->desc; in spi_slave_hd_hal_txdma_append()
346 hal->tx_dma_tail = hal->tx_cur_desc; in spi_slave_hd_hal_txdma_append()