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

IS_DMA_PERIPHERAL_BURST macro

Syntax

#define IS_DMA_PERIPHERAL_BURST(BURST) (((BURST) == DMA_PBURST_SINGLE) || \     ((BURST) == DMA_PBURST_INC4) || \     ((BURST) == DMA_PBURST_INC8) || \     ((BURST) == DMA_PBURST_INC16))

Arguments

BURST

References

LocationText
stm32f4xx_hal_dma.h:772
#define IS_DMA_PERIPHERAL_BURST(BURST) (((BURST) == DMA_PBURST_SINGLE) || \
stm32f4xx_hal_dma.c:199
assert_param(IS_DMA_PERIPHERAL_BURST(hdma->Init.PeriphBurst));