STM32H735xx HAL User Manual
Defines
Memory data alignment
BDMA Exported Constants

Defines

#define LL_BDMA_MDATAALIGN_BYTE   0x00000000U
#define LL_BDMA_MDATAALIGN_HALFWORD   BDMA_CCR_MSIZE_0
#define LL_BDMA_MDATAALIGN_WORD   BDMA_CCR_MSIZE_1

Define Documentation

#define LL_BDMA_MDATAALIGN_BYTE   0x00000000U

Memory data alignment : Byte

Definition at line 313 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_StructInit().

#define LL_BDMA_MDATAALIGN_HALFWORD   BDMA_CCR_MSIZE_0

Memory data alignment : HalfWord

Definition at line 314 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_MDATAALIGN_WORD   BDMA_CCR_MSIZE_1

Memory data alignment : Word

Definition at line 315 of file stm32h7xx_ll_bdma.h.