Searched refs:chBit (Results 1 – 1 of 1) sorted by relevance
176 uint32_t chBit; in DMA_Prepare() local214 chBit = 1 << channel; in DMA_Prepare()216 DMA->CHUSEBURSTS = chBit; in DMA_Prepare()218 DMA->CHUSEBURSTC = chBit; in DMA_Prepare()222 DMA->CHALTC = chBit; in DMA_Prepare()224 DMA->CHALTS = chBit; in DMA_Prepare()361 uint32_t chBit; in DMA_ActivateAuto() local374 chBit = 1 << channel; in DMA_ActivateAuto()375 DMA->CHENS = chBit; /* Enable the channel. */ in DMA_ActivateAuto()376 DMA->CHSWREQ = chBit; /* Activate with the software request. */ in DMA_ActivateAuto()[all …]