Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
392
static void deinit_dma(void)
393
{
394
for (int i=0; i<BUFFER_COUNT; i++)
395
CyDmaTdFree(td[i]);
396
}
397
398
static void init_capture_dma(void)
399
{
Callers
2
cmd_read
Function · 0.85
cmd_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected