HAL + 0/103 examples
CodeScope will show references to DMA_MEMORY_TO_PERIPH from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
Examples
DAC
I2C
SAI
TIM
UART
STM32446E-Nucleo
Examples
I2C
STM32469I-Discovery
Applications
FileX
FX_IAP
USBX
Examples
DAC
I2C
SPI
UART
STM32469I_EVAL
Applications
USB_Device
Examples
CRYP
DAC
HASH
I2C
SAI
TIM
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
CRYP
DAC
HASH
TIM
UART
STM324xG_EVAL
Applications
USB_Device
Examples
CRYP
DAC
HASH
TIM
UART
STM32F4-Discovery
Examples
DAC
I2C
SPI
UART
STM32F401-Discovery
Examples
I2C
SPI
UART
STM32F410xx-Nucleo
Examples
I2C
UART
STM32F411E-Discovery
Examples
I2C
SPI
UART
STM32F412G-Discovery
Examples
DFSDM
I2C
SPI
TIM
UART
STM32F412ZG-Nucleo
Examples
I2C
SPI
TIM
UART
STM32F413H-Discovery
Applications
USB_Device
Examples
DAC
DFSDM
TIM
STM32F413ZH-Nucleo
Examples
I2C
SPI
TIM
UART
STM32F429I-Discovery
Examples
DAC
I2C
SPI
UART
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

DMA_MEMORY_TO_PERIPH macro

Memory to peripheral direction

Syntax

#define DMA_MEMORY_TO_PERIPH ((uint32_t)DMA_SxCR_DIR_0)

Examples

DMA_MEMORY_TO_PERIPH is referenced by 103 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:228
#define DMA_MEMORY_TO_PERIPH ((uint32_t)DMA_SxCR_DIR_0) /*!< Memory to peripheral direction */
stm32f4xx_hal_dma.c:1160
if((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH)
stm32f4xx_hal_dma.h:731
((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \
stm32f4xx_hal_dma_ex.c:282
if((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH)
stm32f4xx_hal_mmc.c:1375
hmmc->hdmatx->Init.Direction = DMA_MEMORY_TO_PERIPH;
stm32f4xx_hal_qspi.c:1376
hqspi->hdma->Init.Direction = DMA_MEMORY_TO_PERIPH;
stm32f4xx_hal_qspi.c:1540
hqspi->hdma->Init.Direction = DMA_MEMORY_TO_PERIPH;
stm32f4xx_hal_sd.c:1372
hsd->hdmatx->Init.Direction = DMA_MEMORY_TO_PERIPH;