Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
DMA context type. More...
#include <qm_soc_regs.h>
Data Fields | |
uint32_t | misc_cfg_low |
DMA Configuration. More... | |
uint32_t | ctrl_low |
Channel Control Lower. More... | |
uint32_t | cfg_low |
Channel Configuration Lower. More... | |
uint32_t | cfg_high |
Channel Configuration Upper. More... | |
uint32_t | llp_low |
Channel Linked List Pointer. More... | |
DMA context type.
Applications should not modify the content. This structure is only intended to be used by the qm_dma_save_context and qm_dma_restore_context functions.
Definition at line 1911 of file qm_soc_regs.h.
uint32_t qm_dma_context_t::cfg_high |
Channel Configuration Upper.
Definition at line 1915 of file qm_soc_regs.h.
Referenced by qm_dma_restore_context(), and qm_dma_save_context().
uint32_t qm_dma_context_t::cfg_low |
Channel Configuration Lower.
Definition at line 1914 of file qm_soc_regs.h.
Referenced by qm_dma_restore_context(), and qm_dma_save_context().
uint32_t qm_dma_context_t::ctrl_low |
Channel Control Lower.
Definition at line 1913 of file qm_soc_regs.h.
Referenced by qm_dma_restore_context(), and qm_dma_save_context().
uint32_t qm_dma_context_t::llp_low |
Channel Linked List Pointer.
Definition at line 1916 of file qm_soc_regs.h.
Referenced by qm_dma_restore_context(), and qm_dma_save_context().
uint32_t qm_dma_context_t::misc_cfg_low |
DMA Configuration.
Definition at line 1918 of file qm_soc_regs.h.
Referenced by qm_dma_restore_context(), and qm_dma_save_context().