Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c199 dmaStop(busId, stream); in dmaIsrTeif()
212 dmaStop(busId, stream); in dmaIsrTcif()
226 dmaStop(busId, stream); in dmaIsr()
283 void dmaStop(uint8_t busId, uint8_t stream) in dmaStop() function
312 dmaStop(busId, stream); in dmaStopAll()
Di2c.c575 dmaStop(I2C_DMA_BUS, pdev->board->dmaRx.stream); in stmI2cMasterDmaCancel()
578 dmaStop(I2C_DMA_BUS, pdev->board->dmaTx.stream); in stmI2cMasterDmaCancel()
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Ddma.h59 void dmaStop(uint8_t busId, uint8_t stream);