STM32H735xx HAL User Manual
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.

Definition at line 121 of file stm32h7xx_hal_mdma.h.


Field Documentation

New CBNDTR register configuration for the given MDMA linked list node

Definition at line 124 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CBRUR register configuration for the given MDMA linked list node

Definition at line 127 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CDAR register configuration for the given MDMA linked list node

Definition at line 126 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CMAR register configuration for the given MDMA linked list node

Definition at line 131 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CMDR register configuration for the given MDMA linked list node

Definition at line 132 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CSAR register configuration for the given MDMA linked list node

Definition at line 125 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CTBR register configuration for the given MDMA linked list node

Definition at line 129 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

New CTCR register configuration for the given MDMA linked list node

Definition at line 123 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().

Reserved register

Definition at line 130 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_LinkedList_CreateNode().


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