RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
MDMA_LinkNodeConfTypeDef Struct Reference

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
 

Detailed Description

HAL MDMA linked list node configuration structure definition.

Note
used with HAL_MDMA_LinkedList_CreateNode function

Field Documentation

◆ BlockCount

uint32_t MDMA_LinkNodeConfTypeDef::BlockCount

The number of blocks to be transferred

◆ BlockDataLength

uint32_t MDMA_LinkNodeConfTypeDef::BlockDataLength

The data length of a block in bytes

◆ DstAddress

uint32_t MDMA_LinkNodeConfTypeDef::DstAddress

The destination memory address for the Linked list Node

◆ Init

MDMA_InitTypeDef MDMA_LinkNodeConfTypeDef::Init

configuration of the specified MDMA Linked List Node

◆ PostRequestMaskAddress

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

◆ PostRequestMaskData

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

◆ SrcAddress

uint32_t MDMA_LinkNodeConfTypeDef::SrcAddress

The source memory address for the Linked list Node


The documentation for this struct was generated from the following file: