#include <stm32h735xx.h>
Public Attributes | |
__IO uint32_t | CCR |
__IO uint32_t | CM0AR |
__IO uint32_t | CM1AR |
__IO uint32_t | CNDTR |
__IO uint32_t | CPAR |
Definition at line 623 of file stm32h735xx.h.
__IO uint32_t BDMA_Channel_TypeDef::CCR |
DMA channel x configuration register
Definition at line 625 of file stm32h735xx.h.
__IO uint32_t BDMA_Channel_TypeDef::CM0AR |
DMA channel x memory 0 address register
Definition at line 628 of file stm32h735xx.h.
__IO uint32_t BDMA_Channel_TypeDef::CM1AR |
DMA channel x memory 1 address register
Definition at line 629 of file stm32h735xx.h.
__IO uint32_t BDMA_Channel_TypeDef::CNDTR |
DMA channel x number of data register
Definition at line 626 of file stm32h735xx.h.
__IO uint32_t BDMA_Channel_TypeDef::CPAR |
DMA channel x peripheral address register
Definition at line 627 of file stm32h735xx.h.