HAL + 0/18 examples
CodeScope will show references to DMA_MDATAALIGN_HALFWORD from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
SAI
STM32469I_EVAL
Examples
SAI
STM324x9I_EVAL
Applications
USB_Device
STM324xG_EVAL
Applications
USB_Device
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
FMC
 
Symbols
loading...
Files
loading...

DMA_MDATAALIGN_HALFWORD macro

Memory data alignment: HalfWord

Syntax

#define DMA_MDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_MSIZE_0)

Examples

DMA_MDATAALIGN_HALFWORD is referenced by 18 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:270
#define DMA_MDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_MSIZE_0) /*!< Memory data alignment: HalfWord */
stm32f4xx_hal_dma.c:1244
else if (hdma->Init.MemDataAlignment == DMA_MDATAALIGN_HALFWORD)
stm32f4xx_hal_dma.h:747
((SIZE) == DMA_MDATAALIGN_HALFWORD) || \