HAL + 0/33 examples
CodeScope will show references to DMA_PINC_ENABLE from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
DMA
STM32469I-Discovery
Examples
DMA
STM32469I_EVAL
Examples
DMA
STM324x9I_EVAL
Examples
DMA
STM324xG_EVAL
Examples
DMA
STM32F4-Discovery
Examples
DMA
STM32F401-Discovery
Examples
DMA
STM32F411E-Discovery
Examples
DMA
STM32F411RE-Nucleo
Examples_MIX
DMA
STM32F412G-Discovery
Examples
DMA
QSPI
STM32F412ZG-Nucleo
Examples
DMA
STM32F413H-Discovery
Examples
DMA
FMC
STM32F413ZH-Nucleo
Examples
DMA
STM32F429I-Discovery
Examples
DMA
STM32F429ZI-Nucleo
Examples
DMA
STM32F446ZE-Nucleo
Examples
DMA
 
Symbols
loading...
Files
loading...

DMA_PINC_ENABLE macro

Peripheral increment mode enable

Syntax

#define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC)

Examples

DMA_PINC_ENABLE is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:238
#define DMA_PINC_ENABLE ((uint32_t)DMA_SxCR_PINC) /*!< Peripheral increment mode enable */
stm32f4xx_hal_dma.h:736
#define IS_DMA_PERIPHERAL_INC_STATE(STATE) (((STATE) == DMA_PINC_ENABLE) || \
stm32f4xx_hal_qspi.c:1364
hqspi->hdma->Init.PeriphInc = DMA_PINC_ENABLE;
stm32f4xx_hal_qspi.c:1531
hqspi->hdma->Init.PeriphInc = DMA_PINC_ENABLE;