WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_dmac_v151_regs_def.h 文件参考
#include <stdint.h>
#include "dma_porting.h"
hal_dmac_v151_regs_def.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

union  dam_ch_int_data
 This union represents the bit fields in the DMA channel interrupt. Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  dma_int_st_t
 Interrupt Status Register 更多...
 
union  dma_int_clr_t
 Transfer Interrupt Register 更多...
 
union  dma_ori_int_st_t
 Raw Interrupt Status Register 更多...
 
union  dma_en_chns_t
 Channel Enable Query Register 更多...
 
union  dma_burst_req_t
 BURST software configuration register 更多...
 
union  dma_single_req_t
 SINGLE software configuration register 更多...
 
union  dma_config_t
 configuration register 更多...
 
union  dma_sync_t
 
union  dma_lli_t
 Channel linked list register 更多...
 
union  dma_chn_config_t
 Channel Configuration Register 更多...
 
union  dma_chn_control_t
 Channel Control Register 更多...
 
struct  dma_chn_arg_t
 DMA Channel configuration. 更多...
 
struct  dma_v151_regs_t
 Registers associated with DMA. 更多...
 

宏定义

#define DMA_REGISTER_PAD_LEN   55
 

类型定义

typedef union dam_ch_int_data dam_ch_int_data_t
 This union represents the bit fields in the DMA channel interrupt. Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef dma_config_t dma_v151_cfg_reg_data_t
 
typedef dma_chn_config_t dma_cfg_data_t
 
typedef dma_chn_control_t dma_ctrl_data_t