Home
last modified time | relevance | path

Searched refs:MPU (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c98 MPU->RNR = regionNo; in mpuRegionCfg()
99 MPU->RASR = 0; /* disable region before changing it */ in mpuRegionCfg()
100 MPU->RBAR = proposedStart; in mpuRegionCfg()
101 MPU->RASR = MPU_SRD_BITS | MPU_BIT_ENABLE | attrs | ((lenVal-1) << 1); in mpuRegionCfg()
122 MPU->CTRL = 0x00; // disable MPU in mpuStart()
137 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_CTRL_HFNMIENA_Msk | MPU_CTRL_PRIVDEFENA_Msk; in mpuStart()
153 int i, regions = (MPU->TYPE & MPU_TYPE_DREGION_Msk) >> MPU_TYPE_DREGION_Pos; in mpuShow()
160 !!(MPU->CTRL & MPU_CTRL_ENABLE_Msk), in mpuShow()
161 !!(MPU->CTRL & MPU_CTRL_HFNMIENA_Msk), in mpuShow()
162 !!(MPU->CTRL & MPU_CTRL_PRIVDEFENA_Msk)); in mpuShow()
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0plus.h616 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
Dcore_sc000.h636 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
Dcore_cm3.h1274 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
Dcore_sc300.h1254 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
Dcore_cm4.h1420 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
Dcore_cm7.h1607 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro