Searched refs:dmaCfg (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | spi.c | 140 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()
|
D | i2c.c | 584 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()
|