Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_ll_stm32.c495 static const struct device *active_dma_tx_channel[STM32_DMA_NUM_CHANNELS]; variable
774 active_dma_tx_channel[i] = NULL; in i2s_stm32_initialize()
867 active_dma_tx_channel[stream->dma_channel] = dev; in tx_stream_start()
948 active_dma_tx_channel[stream->dma_channel] = NULL; in tx_stream_disable()
986 return active_dma_tx_channel[dma_channel]; in get_dev_from_tx_dma_channel()