WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
dyn_mem.c 文件参考
#include <stdint.h>
#include "chip_io.h"
#include "dyn_mem.h"
dyn_mem.c 的引用(Include)关系图:

结构体

union  cfg_ram_sel
 This union represents the bit fields in the CFG_RAM_SEL register. Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 

宏定义

#define OPEN_SHARE_RAM_CLOCK_MASK   0xFFFC00
 
#define CLOSE_SHARE_RAM_CLOCK_MASK   0xFF0003FF
 

类型定义

typedef union cfg_ram_sel cfg_ram_sel_t
 This union represents the bit fields in the CFG_RAM_SEL register. Read the register into the d32 member then set/clear the bits using the b elements.
 

枚举

enum  pwm_action_t { SHARE_RAM_PKT_RAM = 0 , SHARE_RAM_BGLE = 1 , SHARE_RAM_ITCM = 2 , SHARE_RAM_DTCM = 3 }
 Definition of SHARE RAM Selections. 更多...
 

函数

 __attribute__ ((section(".text.runtime.init")))
 SHARE RAM configuration.
 

宏定义说明

◆ CLOSE_SHARE_RAM_CLOCK_MASK

#define CLOSE_SHARE_RAM_CLOCK_MASK   0xFF0003FF

◆ OPEN_SHARE_RAM_CLOCK_MASK

#define OPEN_SHARE_RAM_CLOCK_MASK   0xFFFC00

类型定义说明

◆ cfg_ram_sel_t

typedef union cfg_ram_sel cfg_ram_sel_t

This union represents the bit fields in the CFG_RAM_SEL register. Read the register into the d32 member then set/clear the bits using the b elements.

枚举类型说明

◆ pwm_action_t

Definition of SHARE RAM Selections.

枚举值
SHARE_RAM_PKT_RAM 
SHARE_RAM_BGLE 
SHARE_RAM_ITCM 
SHARE_RAM_DTCM 

函数说明

◆ __attribute__()

__attribute__ ( (section(".text.runtime.init"))  )

SHARE RAM configuration.