WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
PMP

结构体

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.
 

详细描述

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides pmp hal source
History:
2022-09-26, Create file.

类型定义说明

◆ hal_pmp_conf_t

typedef struct hal_pmp_conf hal_pmp_conf_t

PMP hal层配置参数

◆ hal_pmp_config

typedef errcode_t(* hal_pmp_config) (hal_pmp_conf_t *config)

PMP域配置。

◆ hal_pmp_funcs_t

PMP配置处理结构体

◆ hal_pmpx_config_t

PMP hal层域配置参数

函数说明

◆ hal_pmp_get_funcs()

hal_pmp_funcs_t * hal_pmp_get_funcs ( void  )

获取Driver层pmp和HAL层pmp的接口实例,参考 hal_pmp_funcs_t.

◆ hal_pmp_register_funcs()

errcode_t hal_pmp_register_funcs ( hal_pmp_funcs_t funcs)

注册 hal_pmp_funcs_t 到 g_hal_pmp_funcs

◆ hal_pmp_unregister_funcs()

errcode_t hal_pmp_unregister_funcs ( void  )

从g_hal_pmp_funcs注销 hal_pmp_funcs_t