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

DMA_PERIPH_TO_MEMORY macro

Peripheral to memory direction

Syntax

#define DMA_PERIPH_TO_MEMORY 0x00000000U

Examples

DMA_PERIPH_TO_MEMORY is referenced by 92 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:227
#define DMA_PERIPH_TO_MEMORY 0x00000000U /*!< Peripheral to memory direction */
stm32f4xx_hal_dma.h:730
#define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
stm32f4xx_hal_mmc.c:1224
hmmc->hdmarx->Init.Direction = DMA_PERIPH_TO_MEMORY;
stm32f4xx_hal_qspi.c:1373
hqspi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY;
stm32f4xx_hal_qspi.c:1578
hqspi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY;
stm32f4xx_hal_sd.c:1217
hsd->hdmarx->Init.Direction = DMA_PERIPH_TO_MEMORY;