|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_MDMA_BYTE_ENDIANNESS_PRESERVE 0x00000000U |
| #define | LL_MDMA_BYTE_ENDIANNESS_EXCHANGE MDMA_CCR_BEX |
| #define LL_MDMA_BYTE_ENDIANNESS_EXCHANGE MDMA_CCR_BEX |
byte order exchanged when destination data size is half word , word or double word
Definition at line 302 of file stm32h7xx_ll_mdma.h.
| #define LL_MDMA_BYTE_ENDIANNESS_PRESERVE 0x00000000U |
Little endianness preserved for bytes
Definition at line 301 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_StructInit().
1.7.6.1