Macros

DMA peripheral data size. More...

Collaboration diagram for DMA Peripheral data size:

Macros

#define DMA_PDATAALIGN_BYTE   0x00000000U
 
#define DMA_PDATAALIGN_BYTE   0x00000000U
 
#define DMA_PDATAALIGN_BYTE   0x00000000U
 
#define DMA_PDATAALIGN_BYTE   0x00000000U
 
#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000U)
 
#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000U)
 
#define DMA_PDATAALIGN_HALFWORD   DMA_SxCR_PSIZE_0
 
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)
 
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)
 
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)
 
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)
 
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)
 
#define DMA_PDATAALIGN_WORD   DMA_SxCR_PSIZE_1
 
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)
 
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)
 
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)
 
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)
 
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)
 

Detailed Description

DMA peripheral data size.

Macro Definition Documentation

◆ DMA_PDATAALIGN_BYTE [1/6]

#define DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment: Byte

Definition at line 233 of file stm32f7xx_hal_dma.h.

◆ DMA_PDATAALIGN_BYTE [2/6]

#define DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment: Byte

Definition at line 259 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_BYTE [3/6]

#define DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment: Byte

Definition at line 259 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_BYTE [4/6]

#define DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment: Byte

Definition at line 259 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_BYTE [5/6]

#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000U)

Peripheral data alignment: Byte

Definition at line 493 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.

◆ DMA_PDATAALIGN_BYTE [6/6]

#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000U)

Peripheral data alignment: Byte

Definition at line 493 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [1/6]

#define DMA_PDATAALIGN_HALFWORD   DMA_SxCR_PSIZE_0

Peripheral data alignment: HalfWord

Definition at line 234 of file stm32f7xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [2/6]

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)

Peripheral data alignment: HalfWord

Definition at line 260 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [3/6]

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)

Peripheral data alignment: HalfWord

Definition at line 260 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [4/6]

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)

Peripheral data alignment: HalfWord

Definition at line 260 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [5/6]

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)

Peripheral data alignment: HalfWord

Definition at line 494 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.

◆ DMA_PDATAALIGN_HALFWORD [6/6]

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_SxCR_PSIZE_0)

Peripheral data alignment: HalfWord

Definition at line 494 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [1/6]

#define DMA_PDATAALIGN_WORD   DMA_SxCR_PSIZE_1

Peripheral data alignment: Word

Definition at line 235 of file stm32f7xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [2/6]

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)

Peripheral data alignment: Word

Definition at line 261 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [3/6]

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)

Peripheral data alignment: Word

Definition at line 261 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [4/6]

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)

Peripheral data alignment: Word

Definition at line 261 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [5/6]

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)

Peripheral data alignment: Word

Definition at line 495 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.

◆ DMA_PDATAALIGN_WORD [6/6]

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_SxCR_PSIZE_1)

Peripheral data alignment: Word

Definition at line 495 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:06