![]() |
RTEMS 6.1
|
HAL MDMA linked list node configuration structure definition. More...
#include <stm32h7xx_hal_mdma.h>
Data Fields | |
| MDMA_InitTypeDef | Init |
| uint32_t | SrcAddress |
| uint32_t | DstAddress |
| uint32_t | BlockDataLength |
| uint32_t | BlockCount |
| uint32_t | PostRequestMaskAddress |
| uint32_t | PostRequestMaskData |
HAL MDMA linked list node configuration structure definition.
| uint32_t MDMA_LinkNodeConfTypeDef::BlockCount |
The number of blocks to be transferred
| uint32_t MDMA_LinkNodeConfTypeDef::BlockDataLength |
The data length of a block in bytes
| uint32_t MDMA_LinkNodeConfTypeDef::DstAddress |
The destination memory address for the Linked list Node
| MDMA_InitTypeDef MDMA_LinkNodeConfTypeDef::Init |
configuration of the specified MDMA Linked List Node
| 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
| 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
| uint32_t MDMA_LinkNodeConfTypeDef::SrcAddress |
The source memory address for the Linked list Node