APM:Libraries
Public Attributes | List of all members
dma_reg_map Struct Reference

DMA register map type. More...

#include <dma.h>

Collaboration diagram for dma_reg_map:
[legend]

Public Attributes

__IO uint32_t LISR
 
__IO uint32_t HISR
 
__IO uint32_t LIFCR
 
__IO uint32_t HIFCR
 
dma_stream_t STREAM [8]
 

Detailed Description

DMA register map type.

Definition at line 83 of file dma.h.

Member Data Documentation

◆ HIFCR

__IO uint32_t dma_reg_map::HIFCR

High interrupt flag clear register

Definition at line 87 of file dma.h.

Referenced by dma_clear_isr_bits().

◆ HISR

__IO uint32_t dma_reg_map::HISR

High interrupt status register

Definition at line 85 of file dma.h.

Referenced by dma_get_isr_bits().

◆ LIFCR

__IO uint32_t dma_reg_map::LIFCR

Low interrupt flag clear register

Definition at line 86 of file dma.h.

Referenced by dma_clear_isr_bits().

◆ LISR

__IO uint32_t dma_reg_map::LISR

Low interrupt status register

Definition at line 84 of file dma.h.

Referenced by dma_get_isr_bits().

◆ STREAM

dma_stream_t dma_reg_map::STREAM[8]

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