Lines Matching refs:CONFIG
73 __ASSERT(channel_descriptor->CONFIG.TMD == 0, "Result of success: TMD set to zero"); in dma_si32_isr_handler()
74 __ASSERT(channel_descriptor->CONFIG.NCOUNT == 0, in dma_si32_isr_handler()
230 channel_descriptor->CONFIG.SRCSIZE = 0b10; in dma_si32_config()
231 channel_descriptor->CONFIG.DSTSIZE = 0b10; in dma_si32_config()
232 channel_descriptor->CONFIG.RPOWER = in dma_si32_config()
236 channel_descriptor->CONFIG.SRCSIZE = 0b01; in dma_si32_config()
237 channel_descriptor->CONFIG.DSTSIZE = 0b01; in dma_si32_config()
238 channel_descriptor->CONFIG.RPOWER = in dma_si32_config()
242 channel_descriptor->CONFIG.SRCSIZE = 0b00; in dma_si32_config()
243 channel_descriptor->CONFIG.DSTSIZE = 0b00; in dma_si32_config()
244 channel_descriptor->CONFIG.RPOWER = in dma_si32_config()
283 channel_descriptor->CONFIG.NCOUNT = ncount; in dma_si32_config()
313 channel_descriptor->CONFIG.SRCAIMD = channel_descriptor->CONFIG.SRCSIZE; in dma_si32_config()
320 channel_descriptor->CONFIG.SRCAIMD = 0b11; in dma_si32_config()
330 channel_descriptor->CONFIG.DSTAIMD = channel_descriptor->CONFIG.DSTSIZE; in dma_si32_config()
337 channel_descriptor->CONFIG.DSTAIMD = 0b11; in dma_si32_config()
373 __ASSERT(SI32_SCONFIG_0->CONFIG.FDMAEN, "Fast mode is recommened to be enabled."); in dma_si32_start()
377 channel_desc->CONFIG.TMD = channel_data->tmd; in dma_si32_start()
413 channel_descriptors[channel].CONFIG.TMD = 0; /* Stop the DMA channel. */ in dma_si32_stop()