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

浏览源代码.

结构体

union  hal_pmpcfg
 This union represents the bit fields in the pmpaddr register. Read the register into the d32 member then set/clear the region config using the b elements. 更多...
 

宏定义

#define PMPXCFG_NUM_PER_REG   4
 
#define MEMXATTR_NUM_PER_REG   8
 
#define PMP_REGION_NUM   16
 
#define PMPCFG0   0
 
#define PMPCFG1   1
 
#define PMPCFG2   2
 
#define PMPCFG3   3
 
#define PMPADDR0   0
 
#define PMPADDR1   1
 
#define PMPADDR2   2
 
#define PMPADDR3   3
 
#define PMPADDR4   4
 
#define PMPADDR5   5
 
#define PMPADDR6   6
 
#define PMPADDR7   7
 
#define PMPADDR8   8
 
#define PMPADDR9   9
 
#define PMPADDR10   10
 
#define PMPADDR11   11
 
#define PMPADDR12   12
 
#define PMPADDR13   13
 
#define PMPADDR14   14
 
#define PMPADDR15   15
 

类型定义

typedef union hal_pmpcfg hal_pmp_riscv31_cfg_t
 This union represents the bit fields in the pmpaddr register. Read the register into the d32 member then set/clear the region config using the b elements.