MDMA Destination increment mode. More...
MDMA Destination increment mode.
#define MDMA_DEST_DEC_BYTE ((uint32_t)MDMA_CTCR_DINC) |
Source address pointer is decremented by a BYTE (8 bits)
Definition at line 405 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_BYTE ((uint32_t)MDMA_CTCR_DINC) |
Source address pointer is decremented by a BYTE (8 bits)
Definition at line 405 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_DOUBLEWORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS) |
Source address pointer is decremented by a double Word (64 bits))
Definition at line 408 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_DOUBLEWORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS) |
Source address pointer is decremented by a double Word (64 bits))
Definition at line 408 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_HALFWORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS_0) |
Source address pointer is decremented by a half Word (16 bits)
Definition at line 406 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_HALFWORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS_0) |
Source address pointer is decremented by a half Word (16 bits)
Definition at line 406 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_WORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS_1) |
Source address pointer is decremented by a Word (32 bits)
Definition at line 407 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_DEC_WORD ((uint32_t)MDMA_CTCR_DINC | (uint32_t)MDMA_CTCR_DINCOS_1) |
Source address pointer is decremented by a Word (32 bits)
Definition at line 407 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_BYTE ((uint32_t)MDMA_CTCR_DINC_1) |
Source address pointer is incremented by a BYTE (8 bits)
Definition at line 401 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_BYTE ((uint32_t)MDMA_CTCR_DINC_1) |
Source address pointer is incremented by a BYTE (8 bits)
Definition at line 401 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_DISABLE ((uint32_t)0x00000000U) |
Source address pointer is fixed
Definition at line 400 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_DISABLE ((uint32_t)0x00000000U) |
Source address pointer is fixed
Definition at line 400 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_DOUBLEWORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS) |
Source address pointer is incremented by a double Word (64 bits))
Definition at line 404 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_DOUBLEWORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS) |
Source address pointer is incremented by a double Word (64 bits))
Definition at line 404 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_HALFWORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS_0) |
Source address pointer is incremented by a half Word (16 bits)
Definition at line 402 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_HALFWORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS_0) |
Source address pointer is incremented by a half Word (16 bits)
Definition at line 402 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_WORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS_1) |
Source address pointer is incremented by a Word (32 bits)
Definition at line 403 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
#define MDMA_DEST_INC_WORD ((uint32_t)MDMA_CTCR_DINC_1 | (uint32_t)MDMA_CTCR_DINCOS_1) |
Source address pointer is incremented by a Word (32 bits)
Definition at line 403 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.