OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmaStop
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
dma.h
59
void
dmaStop
(uint8_t busId, uint8_t stream);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
dma.c
199
dmaStop
(busId, stream);
212
dmaStop
(busId, stream);
226
dmaStop
(busId, stream);
283
void
dmaStop
(uint8_t busId, uint8_t stream)
312
dmaStop
(busId, stream);
i2c.c
573
dmaStop
(I2C_DMA_BUS, pdev->board->dmaRx.stream);
576
dmaStop
(I2C_DMA_BUS, pdev->board->dmaTx.stream);
Completed in 233 milliseconds