Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
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.c573 dmaStop(I2C_DMA_BUS, pdev->board->dmaRx.stream); in stmI2cMasterDmaCancel()
576 dmaStop(I2C_DMA_BUS, pdev->board->dmaTx.stream); in stmI2cMasterDmaCancel()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Ddma.h59 void dmaStop(uint8_t busId, uint8_t stream);