Home
last modified time | relevance | path

Searched refs:DMA_DIRECTION_PERIPH_TO_MEM (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Ddma.h46 DMA_DIRECTION_PERIPH_TO_MEM = 0, enumerator
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c156 mode.direction = rx ? DMA_DIRECTION_PERIPH_TO_MEM : in stmSpiStartDma()
Di2c.c594 mode.direction = rx ? DMA_DIRECTION_PERIPH_TO_MEM : in stmI2cMasterStartDma()