Searched refs:stop (Results 1 – 2 of 2) sorted by relevance
1066 bool stop; in LDMA_IRQHandler() local1097 stop = !ch->callback(chnum, ch->callbackCount, ch->userParam); in LDMA_IRQHandler()1099 if ( (ch->mode == dmaModePingPong) && stop ) { in LDMA_IRQHandler()1119 bool stop; in LDMA_IRQHandlerDefault() local1144 stop = !ch->callback(chnum, ch->callbackCount, ch->userParam); in LDMA_IRQHandlerDefault()1147 if ( (ch->mode == dmaModePingPong) && stop ) { in LDMA_IRQHandlerDefault()1254 bool stop = true; in DmaPingPongCallback() local1261 stop = !ch->callback(channel, ch->callbackCount, ch->userParam); in DmaPingPongCallback()1270 stop); in DmaPingPongCallback()
1067 bool stop) in DMA_RefreshPingPong() argument1079 if (stop) { in DMA_RefreshPingPong()