Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/
Ddmadrv.c62 dmaModePingPong enumerator
588 return StartTransfer(dmaModePingPong, in DMADRV_MemoryPeripheralPingPong()
717 return StartTransfer(dmaModePingPong, in DMADRV_PeripheralMemoryPingPong()
1099 if ( (ch->mode == dmaModePingPong) && stop ) { in LDMA_IRQHandler()
1147 if ( (ch->mode == dmaModePingPong) && stop ) { in LDMA_IRQHandlerDefault()
1305 || ((mode == dmaModePingPong) && (buf2 == NULL)) ) { in StartTransfer()
1326 if ( (callback != NULL) || (mode == dmaModePingPong) ) { in StartTransfer()
1367 if ( mode == dmaModePingPong ) { in StartTransfer()
1438 || ((mode == dmaModePingPong) && (buf2 == NULL)) ) { in StartTransfer()
1468 if ( mode == dmaModePingPong ) { in StartTransfer()
[all …]