MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / deinit_dma

Function deinit_dma

FluxEngine.cydsn/main.c:392–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392static void deinit_dma(void)
393{
394 for (int i=0; i<BUFFER_COUNT; i++)
395 CyDmaTdFree(td[i]);
396}
397
398static void init_capture_dma(void)
399{

Callers 2

cmd_readFunction · 0.85
cmd_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected