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

HAL MDMA linked list node structure definition. More...

#include <stm32h7xx_hal_mdma.h>

Data Fields

__IO uint32_t CTCR
 
__IO uint32_t CBNDTR
 
__IO uint32_t CSAR
 
__IO uint32_t CDAR
 
__IO uint32_t CBRUR
 
__IO uint32_t CLAR
 
__IO uint32_t CTBR
 
__IO uint32_t Reserved
 
__IO uint32_t CMAR
 
__IO uint32_t CMDR
 

Detailed Description

HAL MDMA linked list node structure definition.

Note
The Linked list node allows to define a new MDMA configuration (CTCR ,CBNDTR ,CSAR ,CDAR ,CBRUR, CLAR, CTBR, CMAR and CMDR registers). When CLAR register is configured to a non NULL value , each time a transfer ends, a new configuration (linked list node) is automatically loaded from the address given in CLAR register.

Field Documentation

◆ CBNDTR

__IO uint32_t MDMA_LinkNodeTypeDef::CBNDTR

New CBNDTR register configuration for the given MDMA linked list node

◆ CBRUR

__IO uint32_t MDMA_LinkNodeTypeDef::CBRUR

New CBRUR register configuration for the given MDMA linked list node

◆ CDAR

__IO uint32_t MDMA_LinkNodeTypeDef::CDAR

New CDAR register configuration for the given MDMA linked list node

◆ CLAR

__IO uint32_t MDMA_LinkNodeTypeDef::CLAR

New CLAR register configuration for the given MDMA linked list node

◆ CMAR

__IO uint32_t MDMA_LinkNodeTypeDef::CMAR

New CMAR register configuration for the given MDMA linked list node

◆ CMDR

__IO uint32_t MDMA_LinkNodeTypeDef::CMDR

New CMDR register configuration for the given MDMA linked list node

◆ CSAR

__IO uint32_t MDMA_LinkNodeTypeDef::CSAR

New CSAR register configuration for the given MDMA linked list node

◆ CTBR

__IO uint32_t MDMA_LinkNodeTypeDef::CTBR

New CTBR register configuration for the given MDMA linked list node

◆ CTCR

__IO uint32_t MDMA_LinkNodeTypeDef::CTCR

New CTCR register configuration for the given MDMA linked list node

◆ Reserved

__IO uint32_t MDMA_LinkNodeTypeDef::Reserved

Reserved register


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