Searched refs:MPU (Results 1 – 7 of 7) sorted by relevance
98 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 …]
616 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
636 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
1274 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
1254 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
1420 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro
1607 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit … macro