Home
last modified time | relevance | path

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

/bsp/efm32/Libraries/emlib/src/
A Dem_dma.c231 chBit = 1 << channel; in DMA_Prepare()
234 DMA->CHUSEBURSTS = chBit; in DMA_Prepare()
238 DMA->CHUSEBURSTC = chBit; in DMA_Prepare()
243 DMA->CHALTC = chBit; in DMA_Prepare()
247 DMA->CHALTS = chBit; in DMA_Prepare()
383 uint32_t chBit; in DMA_ActivateAuto() local
656 chBit = 1 << channel; in DMA_ActivateScatterGather()
659 DMA->CHALTC = chBit; in DMA_ActivateScatterGather()
662 DMA->CHENS = chBit; in DMA_ActivateScatterGather()
668 DMA->CHSWREQ = chBit; in DMA_ActivateScatterGather()
[all …]

Completed in 5 milliseconds