Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dspi.h26 struct StmSpiDmaCfg { struct
43 struct StmSpiDmaCfg dmaRx; argument
44 struct StmSpiDmaCfg dmaTx;
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c140 const struct StmSpiDmaCfg *dmaCfg, const void *buf, uint8_t bitsPerWord, in stmSpiStartDma()