HAL MDMA linked list node configuration structure definition. More...
#include <stm32h7xx_hal_mdma.h>
Public Attributes | |
| uint32_t | BlockCount | 
| uint32_t | BlockDataLength | 
| uint32_t | DstAddress | 
| MDMA_InitTypeDef | Init | 
| uint32_t | PostRequestMaskAddress | 
| uint32_t | PostRequestMaskData | 
| uint32_t | SrcAddress | 
HAL MDMA linked list node configuration structure definition.
Definition at line 141 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::BlockCount | 
The number of blocks to be transferred 
 
Definition at line 147 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::BlockDataLength | 
The data length of a block in bytes 
 
Definition at line 146 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::DstAddress | 
The destination memory address for the Linked list Node
Definition at line 145 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| MDMA_InitTypeDef MDMA_LinkNodeConfTypeDef::Init | 
configuration of the specified MDMA Linked List Node 
 
Definition at line 143 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::PostRequestMaskAddress | 
specifies the address to be updated (written) with PostRequestMaskData after a request is served. PostRequestMaskAddress and PostRequestMaskData could be used to automatically clear a peripheral flag when the request is served 
 
Definition at line 149 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::PostRequestMaskData | 
specifies the value to be written to PostRequestMaskAddress after a request is served. PostRequestMaskAddress and PostRequestMaskData could be used to automatically clear a peripheral flag when the request is served 
 
Definition at line 152 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.
| uint32_t MDMA_LinkNodeConfTypeDef::SrcAddress | 
The source memory address for the Linked list Node 
 
Definition at line 144 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h.