HAL + 0/64 examples
CodeScope will show references to DMA_MDATAALIGN_BYTE from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
I2C
UART
STM32446E_EVAL
Applications
USB_Device
Examples
DAC
I2C
QSPI
UART
STM32469I-Discovery
Applications
USBX
Examples
DAC
I2C
QSPI
SPI
UART
STM32469I_EVAL
Applications
USB_Device
Examples
DAC
I2C
QSPI
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
DAC
UART
STM324xG_EVAL
Applications
USB_Device
Examples
DAC
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
I2C
QSPI
SPI
UART
STM32F412ZG-Nucleo
Examples
I2C
SPI
UART
STM32F413H-Discovery
Examples
DAC
QSPI
STM32F413ZH-Nucleo
Examples
I2C
SPI
UART
STM32F429I-Discovery
Examples
DAC
I2C
SPI
UART
STM32F429ZI-Nucleo
Examples
UART
 
Symbols
loading...
Files
loading...

DMA_MDATAALIGN_BYTE macro

Memory data alignment: Byte

Syntax

#define DMA_MDATAALIGN_BYTE 0x00000000U

Examples

DMA_MDATAALIGN_BYTE is referenced by 64 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:269
#define DMA_MDATAALIGN_BYTE 0x00000000U /*!< Memory data alignment: Byte */
stm32f4xx_hal_dma.c:1219
if(hdma->Init.MemDataAlignment == DMA_MDATAALIGN_BYTE)
stm32f4xx_hal_dma.h:746
#define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MDATAALIGN_BYTE) || \