STM32H735xx HAL User Manual
|
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 |
HAL MDMA linked list node structure definition.
Definition at line 121 of file stm32h7xx_hal_mdma.h.
__IO uint32_t MDMA_LinkNodeTypeDef::CBNDTR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CBRUR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CDAR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CLAR |
New CLAR register configuration for the given MDMA linked list node
Definition at line 128 of file stm32h7xx_hal_mdma.h.
Referenced by HAL_MDMA_LinkedList_AddNode(), HAL_MDMA_LinkedList_CreateNode(), HAL_MDMA_LinkedList_DisableCircularMode(), HAL_MDMA_LinkedList_EnableCircularMode(), and HAL_MDMA_LinkedList_RemoveNode().
__IO uint32_t MDMA_LinkNodeTypeDef::CMAR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CMDR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CSAR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CTBR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::CTCR |
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().
__IO uint32_t MDMA_LinkNodeTypeDef::Reserved |
Reserved register
Definition at line 130 of file stm32h7xx_hal_mdma.h.
Referenced by HAL_MDMA_LinkedList_CreateNode().