STM32F439xx HAL User Manual
Data Fields
DMA_Base_Registers Struct Reference

Data Fields

__IO uint32_t ISR
__IO uint32_t Reserved0
__IO uint32_t IFCR

Detailed Description

Definition at line 128 of file stm32f4xx_hal_dma.c.


Field Documentation

__IO uint32_t DMA_Base_Registers::IFCR

DMA interrupt flag clear register

Definition at line 132 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().

__IO uint32_t DMA_Base_Registers::ISR

DMA interrupt status register

Definition at line 130 of file stm32f4xx_hal_dma.c.

Referenced by HAL_DMA_IRQHandler(), and HAL_DMA_PollForTransfer().

Definition at line 131 of file stm32f4xx_hal_dma.c.


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