Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_sam_ssc.c105 static const struct device *get_dev_from_dma_channel(uint32_t dma_channel);
208 const struct device *dev = get_dev_from_dma_channel(channel); in dma_rx_callback()
268 const struct device *dev = get_dev_from_dma_channel(channel); in dma_tx_callback()
1003 static const struct device *get_dev_from_dma_channel(uint32_t dma_channel) in get_dev_from_dma_channel() function