STM32H735xx HAL User Manual
|
Defines | |
#define | LL_MDMA_DATAALIGN_RIGHT 0x00000000U |
#define | LL_MDMA_DATAALIGN_RIGHT_SIGNED MDMA_CTCR_PAM_0 |
#define | LL_MDMA_DATAALIGN_LEFT MDMA_CTCR_PAM_1 |
#define LL_MDMA_DATAALIGN_LEFT MDMA_CTCR_PAM_1 |
Left Aligned (padded with 0s)
Definition at line 354 of file stm32h7xx_ll_mdma.h.
#define LL_MDMA_DATAALIGN_RIGHT 0x00000000U |
Right Aligned, padded w/ 0s (default)
Definition at line 351 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_StructInit().
#define LL_MDMA_DATAALIGN_RIGHT_SIGNED MDMA_CTCR_PAM_0 |
Right Aligned, Sign extended , Note : this mode is allowed only if the Source data size smaller than Destination data size
Definition at line 352 of file stm32h7xx_ll_mdma.h.