STM32H735xx HAL User Manual
Defines
Word Endianness
MDMA Exported Constants

Defines

#define LL_MDMA_WORD_ENDIANNESS_PRESERVE   0x00000000U
#define LL_MDMA_WORD_ENDIANNESS_EXCHANGE   MDMA_CCR_WEX

Define Documentation

#define LL_MDMA_WORD_ENDIANNESS_EXCHANGE   MDMA_CCR_WEX

word order exchanged when destination data size is double word

Definition at line 282 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_WORD_ENDIANNESS_PRESERVE   0x00000000U

Little endianness preserved for words

Definition at line 281 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_StructInit().