HAL + 0/18 examples
CodeScope will show references to DMA_PDATAALIGN_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_PDATAALIGN_HALFWORD macro

Peripheral data alignment: HalfWord

Syntax

#define DMA_PDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_PSIZE_0)

Examples

DMA_PDATAALIGN_HALFWORD is referenced by 18 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:259
#define DMA_PDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_PSIZE_0) /*!< Peripheral data alignment: HalfWord */
stm32f4xx_hal_dma.h:743
((SIZE) == DMA_PDATAALIGN_HALFWORD) || \
stm32f4xx_hal_qspi.c:1289
else if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_HALFWORD)
stm32f4xx_hal_qspi.c:1457
else if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_HALFWORD)