STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DMA_Base_Registers Struct Reference
Collaboration diagram for DMA_Base_Registers:

Data Fields

__IO uint32_t ISR
 
__IO uint32_t Reserved0
 
__IO uint32_t IFCR
 

Detailed Description

Definition at line 111 of file stm32f4xx_hal_dma.c.

Field Documentation

◆ ISR

__IO uint32_t DMA_Base_Registers::ISR

DMA interrupt status register

Definition at line 113 of file stm32f4xx_hal_dma.c.

Referenced by HAL_DMA_IRQHandler(), and HAL_DMA_PollForTransfer().

◆ Reserved0

__IO uint32_t DMA_Base_Registers::Reserved0

Definition at line 114 of file stm32f4xx_hal_dma.c.

◆ IFCR

__IO uint32_t DMA_Base_Registers::IFCR

DMA interrupt flag clear register

Definition at line 115 of file stm32f4xx_hal_dma.c.

Referenced by HAL_DMA_Abort(), HAL_DMA_DeInit(), HAL_DMA_Init(), HAL_DMA_IRQHandler(), HAL_DMA_PollForTransfer(), and HAL_DMA_Start_IT().


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