STM32H735xx HAL User Manual
Data Fields
LL_MDMA_LinkNodeTypeDef Struct Reference

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

#include <stm32h7xx_ll_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

LL 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.

Definition at line 230 of file stm32h7xx_ll_mdma.h.


Field Documentation

New CBNDTR register configuration for the given MDMA linked list node

Definition at line 233 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CBRUR register configuration for the given MDMA linked list node

Definition at line 236 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CDAR register configuration for the given MDMA linked list node

Definition at line 235 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CLAR register configuration for the given MDMA linked list node

Definition at line 237 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_ConnectLinkNode(), LL_MDMA_CreateLinkNode(), and LL_MDMA_DisconnectNextLinkNode().

New CMAR register configuration for the given MDMA linked list node

Definition at line 240 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CMDR register configuration for the given MDMA linked list node

Definition at line 241 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CSAR register configuration for the given MDMA linked list node

Definition at line 234 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CTBR register configuration for the given MDMA linked list node

Definition at line 238 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

New CTCR register configuration for the given MDMA linked list node

Definition at line 232 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().

Reserved register

Definition at line 239 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_CreateLinkNode().


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