STM32G474xx HAL User Manual
定义
DMA 外设增量模式
DMA 导出常量

定义

#define DMA_PINC_ENABLE   DMA_CCR_PINC
#define DMA_PINC_DISABLE   0x00000000U

定义文档

#define DMA_PINC_DISABLE   0x00000000U

外设增量模式禁用

Definition at line 370 of file stm32g4xx_hal_dma.h.

#define DMA_PINC_ENABLE   DMA_CCR_PINC

外设增量模式启用

Definition at line 369 of file stm32g4xx_hal_dma.h.