HAL
IS_DMA_MEMORY_BURST is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_DMA_MEMORY_BURST macro

Syntax

#define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \     ((BURST) == DMA_MBURST_INC4) || \     ((BURST) == DMA_MBURST_INC8) || \     ((BURST) == DMA_MBURST_INC16))

Arguments

BURST

References

LocationText
stm32f4xx_hal_dma.h:767
#define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
stm32f4xx_hal_dma.c:198
assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst));