Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
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.c586 const struct StmI2cDmaCfg *dmaCfg, const void *buf, in stmI2cMasterStartDma() argument
598 mode.channel = dmaCfg->channel; in stmI2cMasterStartDma()
600 dmaStart(I2C_DMA_BUS, dmaCfg->stream, buf, size, &mode, callback, pdev); in stmI2cMasterStartDma()