DMA mode. More...
DMA mode.
#define DMA_CIRCULAR DMA_SxCR_CIRC |
Circular mode
Definition at line 256 of file stm32f7xx_hal_dma.h.
#define DMA_CIRCULAR ((uint32_t)DMA_SxCR_CIRC) |
Circular mode
Definition at line 282 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_CIRCULAR ((uint32_t)DMA_SxCR_CIRC) |
Circular mode
Definition at line 282 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_CIRCULAR ((uint32_t)DMA_SxCR_CIRC) |
Circular mode
Definition at line 282 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_CIRCULAR ((uint32_t)DMA_SxCR_CIRC) |
Circular mode
Definition at line 516 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_CIRCULAR ((uint32_t)DMA_SxCR_CIRC) |
Circular mode
Definition at line 516 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_DOUBLE_BUFFER_M0 ((uint32_t)DMA_SxCR_DBM) |
Double buffer mode with first target memory M0
Definition at line 518 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_DOUBLE_BUFFER_M0 ((uint32_t)DMA_SxCR_DBM) |
Double buffer mode with first target memory M0
Definition at line 518 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_DOUBLE_BUFFER_M1 ((uint32_t)(DMA_SxCR_DBM | DMA_SxCR_CT)) |
Double buffer mode with first target memory M1
Definition at line 519 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_DOUBLE_BUFFER_M1 ((uint32_t)(DMA_SxCR_DBM | DMA_SxCR_CT)) |
Double buffer mode with first target memory M1
Definition at line 519 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_NORMAL 0x00000000U |
Normal mode
Definition at line 255 of file stm32f7xx_hal_dma.h.
#define DMA_NORMAL 0x00000000U |
Normal mode
Definition at line 281 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_NORMAL 0x00000000U |
Normal mode
Definition at line 281 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_NORMAL 0x00000000U |
Normal mode
Definition at line 281 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_NORMAL ((uint32_t)0x00000000U) |
Normal mode
Definition at line 515 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_NORMAL ((uint32_t)0x00000000U) |
Normal mode
Definition at line 515 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_PFCTRL DMA_SxCR_PFCTRL |
Peripheral flow control mode
Definition at line 257 of file stm32f7xx_hal_dma.h.
#define DMA_PFCTRL ((uint32_t)DMA_SxCR_PFCTRL) |
Peripheral flow control mode
Definition at line 283 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_PFCTRL ((uint32_t)DMA_SxCR_PFCTRL) |
Peripheral flow control mode
Definition at line 283 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_PFCTRL ((uint32_t)DMA_SxCR_PFCTRL) |
Peripheral flow control mode
Definition at line 283 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.
#define DMA_PFCTRL ((uint32_t)DMA_SxCR_PFCTRL) |
Peripheral flow control mode
Definition at line 517 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.
#define DMA_PFCTRL ((uint32_t)DMA_SxCR_PFCTRL) |
Peripheral flow control mode
Definition at line 517 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.