MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules

Modules

 Register Offsets
 
 DMA_INT_EN
 
 DMA_INT_FL
 
 DMA_CFG
 
 DMA_STAT
 
 DMA_SRC
 
 DMA_DST
 
 DMA_CNT
 
 DMA_SRC_RLD
 
 DMA_DST_RLD
 
 DMA_CNT_RLD
 

Files

file  dma_regs.h
 

Data Structures

struct  mxc_dma_ch_regs_t
 

Detailed Description

Registers, Bit Masks and Bit Positions for the DMA Peripheral Module.

DMA Controller Fully programmable, chaining capable DMA channels.


Data Structure Documentation

◆ mxc_dma_ch_regs_t

struct mxc_dma_ch_regs_t

Structure type to access the DMA Registers.

Data Fields

__IO uint32_t cfg
 
__IO uint32_t stat
 
__IO uint32_t src
 
__IO uint32_t dst
 
__IO uint32_t cnt
 
__IO uint32_t src_rld
 
__IO uint32_t dst_rld
 
__IO uint32_t cnt_rld
 

Field Documentation

◆ cfg

__IO uint32_t cfg

0x000: DMA CFG Register

◆ cnt

__IO uint32_t cnt

0x010: DMA CNT Register

◆ cnt_rld

__IO uint32_t cnt_rld

0x01C: DMA CNT_RLD Register

◆ dst

__IO uint32_t dst

0x00C: DMA DST Register

◆ dst_rld

__IO uint32_t dst_rld

0x018: DMA DST_RLD Register

◆ src

__IO uint32_t src

0x008: DMA SRC Register

◆ src_rld

__IO uint32_t src_rld

0x014: DMA SRC_RLD Register

◆ stat

__IO uint32_t stat

0x004: DMA STAT Register