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

LL_DMA_PBURST_SINGLE macro

Peripheral burst single transfer configuration

Syntax

#define LL_DMA_PBURST_SINGLE 0x00000000U

References

LocationText
stm32f4xx_ll_dma.h:323
#define LL_DMA_PBURST_SINGLE 0x00000000U /*!< Peripheral burst single transfer configuration */
stm32f4xx_ll_dma.c:401
DMA_InitStruct->PeriphBurst = LL_DMA_PBURST_SINGLE;