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

Peripheral data alignment: Byte

Syntax

#define DMA_PDATAALIGN_BYTE 0x00000000U

Examples

DMA_PDATAALIGN_BYTE is referenced by 64 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:258
#define DMA_PDATAALIGN_BYTE 0x00000000U /*!< Peripheral data alignment: Byte */
stm32f4xx_hal_dma.h:742
#define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PDATAALIGN_BYTE) || \
stm32f4xx_hal_qspi.c:1285
if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_BYTE)
stm32f4xx_hal_qspi.c:1453
if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_BYTE)