/* * Service Power Management Unit (MPMU)
*/ #define PMCR __REG(0x40F50000) /* Power Manager Control Register */ #define PSR __REG(0x40F50004) /* Power Manager S2 Status Register */ #define PSPR __REG(0x40F50008) /* Power Manager Scratch Pad Register */ #define PCFR __REG(0x40F5000C) /* Power Manager General Configuration Register */ #define PWER __REG(0x40F50010) /* Power Manager Wake-up Enable Register */ #define PWSR __REG(0x40F50014) /* Power Manager Wake-up Status Register */ #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ #define DCDCSR __REG(0x40F50080) /* DC-DC Controller Status Register */ #define PVCR __REG(0x40F50100) /* Power Manager Voltage Change Control Register */ #define PCMD(x) __REG(0x40F50110 + ((x) << 2))
/* * Slave Power Management Unit
*/ #define ASCR __REG(0x40f40000) /* Application Subsystem Power Status/Configuration */ #define ARSR __REG(0x40f40004) /* Application Subsystem Reset Status */ #define AD3ER __REG(0x40f40008) /* Application Subsystem Wake-Up from D3 Enable */ #define AD3SR __REG(0x40f4000c) /* Application Subsystem Wake-Up from D3 Status */ #define AD2D0ER __REG(0x40f40010) /* Application Subsystem Wake-Up from D2 to D0 Enable */ #define AD2D0SR __REG(0x40f40014) /* Application Subsystem Wake-Up from D2 to D0 Status */ #define AD2D1ER __REG(0x40f40018) /* Application Subsystem Wake-Up from D2 to D1 Enable */ #define AD2D1SR __REG(0x40f4001c) /* Application Subsystem Wake-Up from D2 to D1 Status */ #define AD1D0ER __REG(0x40f40020) /* Application Subsystem Wake-Up from D1 to D0 Enable */ #define AD1D0SR __REG(0x40f40024) /* Application Subsystem Wake-Up from D1 to D0 Status */ #define AGENP __REG(0x40f4002c) /* Application Subsystem General Purpose */ #define AD3R __REG(0x40f40030) /* Application Subsystem D3 Configuration */ #define AD2R __REG(0x40f40034) /* Application Subsystem D2 Configuration */ #define AD1R __REG(0x40f40038) /* Application Subsystem D1 Configuration */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.