Home
last modified time | relevance | path

Searched refs:PMP_PMPCFG_R_Pos (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_rv32.h195 #define PMP_PMPCFG_R_Pos 0U /*!< PMP PMPCF… macro
196 #define PMP_PMPCFG_R_Msk (0x1UL << PMP_PMPCFG_R_Pos) /*!< PMP PMPCF…
602 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()
A Dcore_rv32_old.h178 #define PMP_PMPCFG_R_Pos 0U /*!< PMP PMPCF… macro
179 #define PMP_PMPCFG_R_Msk (0x1UL << PMP_PMPCFG_R_Pos) /*!< PMP PMPCF…
682 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_rv32.h195 #define PMP_PMPCFG_R_Pos 0U /*!< PMP PMPCF… macro
196 #define PMP_PMPCFG_R_Msk (0x1UL << PMP_PMPCFG_R_Pos) /*!< PMP PMPCF…
624 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()
A Dcore_rv32_old.h178 #define PMP_PMPCFG_R_Pos 0U /*!< PMP PMPCF… macro
179 #define PMP_PMPCFG_R_Msk (0x1UL << PMP_PMPCFG_R_Pos) /*!< PMP PMPCF…
682 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()
/AliOS-Things-master/hardware/board/c906/csi_core/include/
A Dcore_rv64.h196 #define PMP_PMPCFG_R_Pos 0U /*!< PMP PMPCF… macro
197 #define PMP_PMPCFG_R_Msk (0x1UL << PMP_PMPCFG_R_Pos) /*!< PMP PMPCF…
589 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()

Completed in 15 milliseconds