Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h83 #define MPU_BASEADDR 0xf8580 macro
150 #define MPUCTRL_ID *(volatile int*)(MPU_BASEADDR + 0x00)
151 #define MPUCTRL_CTRL *(volatile int*)(MPU_BASEADDR + 0x04)
152 #define MPUCTRL_FSR *(volatile int*)(MPU_BASEADDR + 0x0c)
153 #define MPUCTRL_FAR *(volatile int*)(MPU_BASEADDR + 0x10)
155 #define MPUCTRL_PROTECTION *(volatile int*)(MPU_BASEADDR + 0x14)
156 #define MPUCTRL_USER_START *(volatile int*)(MPU_BASEADDR + 0x18)
157 #define MPUCTRL_REGION_BASE(x) *(volatile int*)(MPU_BASEADDR + 0x40 + x*4)
158 #define MPUCTRL_REGION_LIMIT(x) *(volatile int*)(MPU_BASEADDR + 0x60 + x*4)

Completed in 6 milliseconds