10#ifndef HAL_PMP_RISCV31_REGS_OP_H
11#define HAL_PMP_RISCV31_REGS_OP_H
29#define MEMXATTR_VECTOR 2
void hal_pmp_riscv31_regs_set_pmpaddr(uint32_t idx, uint32_t addr)
Set address
Definition hal_pmp_riscv31_regs_op.c:12
void hal_pmp_riscv31_regs_set_pmpxcfg(uint32_t idx, hal_pmpx_config_t cfg)
写入基地址寄存器
Definition hal_pmp_riscv31_regs_op.c:69
void hal_pmp_riscv31_regs_set_memxattr(uint32_t idx, uint8_t attr)
写入基地址寄存器
Definition hal_pmp_riscv31_regs_op.c:52
PMP hal层域配置参数
Definition hal_pmp.h:35