STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Data Fields | |
__IO uint32_t | ISR |
__IO uint32_t | Reserved0 |
__IO uint32_t | IFCR |
Definition at line 111 of file stm32f4xx_hal_dma.c.
__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().
__IO uint32_t DMA_Base_Registers::Reserved0 |
Definition at line 114 of file stm32f4xx_hal_dma.c.
__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().