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

浏览源代码.

结构体

struct  hal_pmpx_config
 PMP hal层域配置参数 更多...
 
struct  hal_pmp_conf
 PMP hal层配置参数 更多...
 
struct  hal_pmp_funcs
 PMP配置处理结构体 更多...
 

类型定义

typedef struct hal_pmpx_config hal_pmpx_config_t
 PMP hal层域配置参数
 
typedef struct hal_pmp_conf hal_pmp_conf_t
 PMP hal层配置参数
 
typedef errcode_t(* hal_pmp_config) (hal_pmp_conf_t *config)
 PMP域配置。
 
typedef struct hal_pmp_funcs hal_pmp_funcs_t
 PMP配置处理结构体
 

函数

errcode_t hal_pmp_register_funcs (hal_pmp_funcs_t *funcs)
 注册 hal_pmp_funcs_t 到 g_hal_pmp_funcs
 
errcode_t hal_pmp_unregister_funcs (void)
 从g_hal_pmp_funcs注销 hal_pmp_funcs_t
 
hal_pmp_funcs_thal_pmp_get_funcs (void)
 获取Driver层pmp和HAL层pmp的接口实例,参考 hal_pmp_funcs_t.