Searched refs:chain_to (Results 1 – 1 of 1) sorted by relevance
204 static inline void channel_config_set_chain_to(dma_channel_config *c, uint chain_to) { in channel_config_set_chain_to() argument205 assert(chain_to <= NUM_DMA_CHANNELS); in channel_config_set_chain_to()206 …c->ctrl = (c->ctrl & ~DMA_CH0_CTRL_TRIG_CHAIN_TO_BITS) | (chain_to << DMA_CH0_CTRL_TRIG_CHAIN_TO_L… in channel_config_set_chain_to()