Lines Matching refs:chBit
176 uint32_t chBit; in DMA_Prepare() local
214 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() local
374 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()
565 uint32_t chBit; in DMA_ActivateScatterGather() local
628 chBit = 1 << channel; in DMA_ActivateScatterGather()
631 DMA->CHALTC = chBit; in DMA_ActivateScatterGather()
634 DMA->CHENS = chBit; in DMA_ActivateScatterGather()
639 DMA->CHSWREQ = chBit; in DMA_ActivateScatterGather()
1072 uint32_t chBit; in DMA_RefreshPingPong() local
1110 chBit = 1 << channel; in DMA_RefreshPingPong()
1112 DMA->CHUSEBURSTS = chBit; in DMA_RefreshPingPong()
1114 DMA->CHUSEBURSTC = chBit; in DMA_RefreshPingPong()