WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_pmp_riscv31.h
浏览该文件的文档.
1
9#ifndef HAL_PMP_RISCV31_H
10#define HAL_PMP_RISCV31_H
11
12#include "hal_pmp.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18#endif /* __cplusplus */
19
36
41#ifdef __cplusplus
42#if __cplusplus
43}
44#endif /* __cplusplus */
45#endif /* __cplusplus */
46
47#endif
hal_pmp_funcs_t * hal_pmp_riscv31_funcs_get(void)
获取Driver层pmp和HAL层pmp的接口
Definition hal_pmp_riscv31.c:42
PMP配置处理结构体
Definition hal_pmp.h:86