Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c32 #define MPU ((struct CortexMpu*)0xE000ED94UL) macro
87 MPU->RNR = regionNo; in mpuRegionCfg()
88 MPU->RASR = 0; /* disable region before changing it */ in mpuRegionCfg()
89 MPU->RBAR = proposedStart; in mpuRegionCfg()
90 MPU->RASR = MPU_SRD_BITS | MPU_BIT_ENABLE | attrs | (lenVal << 1); in mpuRegionCfg()
109MPU->CTRL = 0x07; //MPU on, even during faults, supervisor default: allow, user default: default d… in mpuStart()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Debugger_scripts/
Drvi_hw_setup.inc40 ;DPLL1 (MPU) settings
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Debugger_scripts/
Drvi_hw_setup.inc40 ;DPLL1 (MPU) settings
/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