Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/emlib/src/
Dem_dma.c176 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()
[all …]