Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c77 #define STM_DMA_CR_MSIZE(x) ((x) << 13) macro
263 STM_DMA_CR_MSIZE(mode->msize) | in dmaStart()