Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sam.c366 struct dma_config tx_dma_cfg = { in spi_sam_dma_txrx() local
396 tx_dma_cfg.head_block = &tx_block_cfg; in spi_sam_dma_txrx()
404 res = dma_config(drv_cfg->dma_dev, drv_cfg->dma_tx_channel, &tx_dma_cfg); in spi_sam_dma_txrx()
Dspi_smartbond.c79 struct dma_config tx_dma_cfg; member
814 struct dma_config *tx = &data->tx_dma_cfg; in spi_smartbond_dma_config()
920 struct dma_config *tx = &data->tx_dma_cfg; in spi_smartbond_dma_trigger()