Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_andes_atcdmac300.c77 #define DMA_CH_CTRL_SWIDTH(n) FIELD_PREP(DMA_CH_CTRL_SWIDTH_MASK, (n)) macro
284 ch_ctrl |= DMA_CH_CTRL_SWIDTH(src_width) | in dma_atcdmac300_config()