Skip to content

Commit

Permalink
cpu/stm32f4: adapted DMA_TypeDef struct for f401
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Dec 7, 2015
1 parent 2585890 commit b75e5fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpu/stm32f4/include/stm32f401xe.h
Expand Up @@ -241,10 +241,8 @@ typedef struct

typedef struct
{
__IO uint32_t LISR; /*!< DMA low interrupt status register, Address offset: 0x00 */
__IO uint32_t HISR; /*!< DMA high interrupt status register, Address offset: 0x04 */
__IO uint32_t LIFCR; /*!< DMA low interrupt flag clear register, Address offset: 0x08 */
__IO uint32_t HIFCR; /*!< DMA high interrupt flag clear register, Address offset: 0x0C */
__IO uint32_t ISR[2]; /*!< DMA interrupt status registers, Address offset: 0x00 */
__IO uint32_t IFCR[2]; /*!< DMA interrupt flag clear registers, Address offset: 0x08 */
} DMA_TypeDef;


Expand Down

0 comments on commit b75e5fe

Please sign in to comment.