ARMEBS4  revision-26.06.2015
Data Fields
DMA_Stream_TypeDef Struct Reference

DMA Controller. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx.h"

Collaboration diagram for DMA_Stream_TypeDef:
Collaboration graph

Data Fields

__IO uint32_t CR
 
__IO uint32_t NDTR
 
__IO uint32_t PAR
 
__IO uint32_t M0AR
 
__IO uint32_t M1AR
 
__IO uint32_t FCR
 

Detailed Description

DMA Controller.

Definition at line 460 of file stm32f4xx.h.

Field Documentation

__IO uint32_t DMA_Stream_TypeDef::CR

DMA stream x configuration register

Definition at line 462 of file stm32f4xx.h.

__IO uint32_t DMA_Stream_TypeDef::NDTR

DMA stream x number of data register

Definition at line 463 of file stm32f4xx.h.

__IO uint32_t DMA_Stream_TypeDef::PAR

DMA stream x peripheral address register

Definition at line 464 of file stm32f4xx.h.

__IO uint32_t DMA_Stream_TypeDef::M0AR

DMA stream x memory 0 address register

Definition at line 465 of file stm32f4xx.h.

__IO uint32_t DMA_Stream_TypeDef::M1AR

DMA stream x memory 1 address register

Definition at line 466 of file stm32f4xx.h.

__IO uint32_t DMA_Stream_TypeDef::FCR

DMA stream x FIFO control register

Definition at line 467 of file stm32f4xx.h.