RTEMS 6.1-rc6
|
MEGA_CTRL - PGC Mega Control Register | |
#define | PGC_MEGA_CTRL_PCR_MASK (0x1U) |
#define | PGC_MEGA_CTRL_PCR_SHIFT (0U) |
#define | PGC_MEGA_CTRL_PCR(x) (((uint32_t)(((uint32_t)(x)) << PGC_MEGA_CTRL_PCR_SHIFT)) & PGC_MEGA_CTRL_PCR_MASK) |
MEGA_SR - PGC Mega Power Gating Controller Status Register | |
#define | PGC_MEGA_SR_PSR_MASK (0x1U) |
#define | PGC_MEGA_SR_PSR_SHIFT (0U) |
#define | PGC_MEGA_SR_PSR(x) (((uint32_t)(((uint32_t)(x)) << PGC_MEGA_SR_PSR_SHIFT)) & PGC_MEGA_SR_PSR_MASK) |
CPU_CTRL - PGC CPU Control Register | |
#define | PGC_CPU_CTRL_PCR_MASK (0x1U) |
#define | PGC_CPU_CTRL_PCR_SHIFT (0U) |
#define | PGC_CPU_CTRL_PCR(x) (((uint32_t)(((uint32_t)(x)) << PGC_CPU_CTRL_PCR_SHIFT)) & PGC_CPU_CTRL_PCR_MASK) |
CPU_SR - PGC CPU Power Gating Controller Status Register | |
#define | PGC_CPU_SR_PSR_MASK (0x1U) |
#define | PGC_CPU_SR_PSR_SHIFT (0U) |
#define | PGC_CPU_SR_PSR(x) (((uint32_t)(((uint32_t)(x)) << PGC_CPU_SR_PSR_SHIFT)) & PGC_CPU_SR_PSR_MASK) |
#define PGC_CPU_CTRL_PCR | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << PGC_CPU_CTRL_PCR_SHIFT)) & PGC_CPU_CTRL_PCR_MASK) |
PCR 0b0..Do not switch off power even if pdn_req is asserted. 0b1..Switch off power when pdn_req is asserted.
#define PGC_CPU_SR_PSR | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << PGC_CPU_SR_PSR_SHIFT)) & PGC_CPU_SR_PSR_MASK) |
PSR 0b0..The target subsystem was not powered down for the previous power-down request. 0b1..The target subsystem was powered down for the previous power-down request.
#define PGC_MEGA_CTRL_PCR | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << PGC_MEGA_CTRL_PCR_SHIFT)) & PGC_MEGA_CTRL_PCR_MASK) |
PCR 0b0..Do not switch off power even if pdn_req is asserted. 0b1..Switch off power when pdn_req is asserted.
#define PGC_MEGA_SR_PSR | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << PGC_MEGA_SR_PSR_SHIFT)) & PGC_MEGA_SR_PSR_MASK) |
PSR 0b0..The target subsystem was not powered down for the previous power-down request. 0b1..The target subsystem was powered down for the previous power-down request.