Home
last modified time | relevance | path

Searched refs:dmaCfg (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dspi.c140 const struct StmSpiDmaCfg *dmaCfg, const void *buf, uint8_t bitsPerWord, in stmSpiStartDma() argument
160 mode.channel = dmaCfg->channel; in stmSpiStartDma()
162 dmaStart(pdev->cfg->dmaBus, dmaCfg->stream, buf, size, &mode, callback, in stmSpiStartDma()
Di2c.c584 const struct StmI2cDmaCfg *dmaCfg, const void *buf, in stmI2cMasterStartDma() argument
596 mode.channel = dmaCfg->channel; in stmI2cMasterStartDma()
598 dmaStart(I2C_DMA_BUS, dmaCfg->stream, buf, size, &mode, callback, pdev); in stmI2cMasterStartDma()