Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Ddma.h61 int dmaStopAll(uint32_t tid);
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c304 int dmaStopAll(uint32_t tid) in dmaStopAll() function
Dplatform.c683 uint32_t dmaCount = dmaStopAll(tid); in platFreeResources()