STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

DMA peripheral incremented mode. More...

Macros

#define DMA_PINC_ENABLE   ((uint32_t)DMA_SxCR_PINC)
 
#define DMA_PINC_DISABLE   ((uint32_t)0x00000000U)
 

Detailed Description

DMA peripheral incremented mode.

Macro Definition Documentation

#define DMA_PINC_DISABLE   ((uint32_t)0x00000000U)

Peripheral increment mode disable

Definition at line 232 of file stm32f7xx_hal_dma.h.

#define DMA_PINC_ENABLE   ((uint32_t)DMA_SxCR_PINC)

Peripheral increment mode enable

Definition at line 231 of file stm32f7xx_hal_dma.h.