MDMA data alignment. More...
Macros | |
#define | MDMA_DATAALIGN_LEFT ((uint32_t)MDMA_CTCR_PAM_1) |
#define | MDMA_DATAALIGN_LEFT ((uint32_t)MDMA_CTCR_PAM_1) |
#define | MDMA_DATAALIGN_PACKENABLE ((uint32_t)MDMA_CTCR_PKE) |
#define | MDMA_DATAALIGN_PACKENABLE ((uint32_t)MDMA_CTCR_PKE) |
#define | MDMA_DATAALIGN_RIGHT ((uint32_t)0x00000000U) |
#define | MDMA_DATAALIGN_RIGHT ((uint32_t)0x00000000U) |
#define | MDMA_DATAALIGN_RIGHT_SIGNED ((uint32_t)MDMA_CTCR_PAM_0) |
#define | MDMA_DATAALIGN_RIGHT_SIGNED ((uint32_t)MDMA_CTCR_PAM_0) |
MDMA data alignment.
#define MDMA_DATAALIGN_LEFT ((uint32_t)MDMA_CTCR_PAM_1) |
Left Aligned (padded with 0s)
Definition at line 449 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_LEFT ((uint32_t)MDMA_CTCR_PAM_1) |
Left Aligned (padded with 0s)
Definition at line 449 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_PACKENABLE ((uint32_t)MDMA_CTCR_PKE) |
The source data is packed/un-packed into the destination data size All data are right aligned, in Little Endien mode.
Definition at line 444 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_PACKENABLE ((uint32_t)MDMA_CTCR_PKE) |
The source data is packed/un-packed into the destination data size All data are right aligned, in Little Endien mode.
Definition at line 444 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_RIGHT ((uint32_t)0x00000000U) |
Right Aligned, padded w/ 0s (default)
Definition at line 446 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_RIGHT ((uint32_t)0x00000000U) |
Right Aligned, padded w/ 0s (default)
Definition at line 446 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_RIGHT_SIGNED ((uint32_t)MDMA_CTCR_PAM_0) |
Right Aligned, Sign extended , Note : this mode is allowed only if the Source data size is smaller than Destination data size
Definition at line 447 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DATAALIGN_RIGHT_SIGNED ((uint32_t)MDMA_CTCR_PAM_0) |
Right Aligned, Sign extended , Note : this mode is allowed only if the Source data size is smaller than Destination data size
Definition at line 447 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.