HAL + 0/3 examples
CodeScope will show references to DMA_MINC_DISABLE from the following samples and libraries:
Examples
STM32F412G-Discovery
Examples
QSPI
 
Symbols
loading...
Files
loading...

DMA_MINC_DISABLE macro

Memory increment mode disable

Syntax

#define DMA_MINC_DISABLE 0x00000000U

Examples

DMA_MINC_DISABLE is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:249
#define DMA_MINC_DISABLE 0x00000000U /*!< Memory increment mode disable */
stm32f4xx_hal_dma.h:740
((STATE) == DMA_MINC_DISABLE))
stm32f4xx_hal_qspi.c:1367
hqspi->hdma->Init.MemInc = DMA_MINC_DISABLE;
stm32f4xx_hal_qspi.c:1534
hqspi->hdma->Init.MemInc = DMA_MINC_DISABLE;