Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c81 #define STM_DMA_CR_MBURST(x) ((x) << 23) macro
266 STM_DMA_CR_MBURST(mode->mburst) | in dmaStart()