STM32H735xx HAL User Manual
|
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 |
LL MDMA linked list node structure definition.
Definition at line 230 of file stm32h7xx_ll_mdma.h.
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CBNDTR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CBRUR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CDAR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CLAR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CMAR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CMDR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CSAR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CTBR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::CTCR |
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().
__IO uint32_t LL_MDMA_LinkNodeTypeDef::Reserved |
Reserved register
Definition at line 239 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_CreateLinkNode().