LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Data Structures | Macros | Enumerations | Functions
pmc_18xx_43xx.h File Reference

Go to the source code of this file.

Data Structures

struct  LPC_PMC_T
 Power Management Controller register block structure. More...
 

Macros

#define PMC_PWR_DEEP_SLEEP_MODE   0x3000AA
 Power Management Controller power modes Setting this mode will not make IO loose the state. More...
 
#define PMC_PWR_POWER_DOWN_MODE   0x30FCBA
 
#define PMC_PWR_DEEP_POWER_DOWN_MODE   0x30FF7F
 
#define PMC_PWR_DEEP_SLEEP_MODE_NO_IO   0x3F00AA
 Power Management Controller power modes (IO powerdown) Setting this mode will make the IO loose the state. More...
 
#define PMC_PWR_POWER_DOWN_MODE_NO_IO   0x3FFCBA
 
#define PMC_PWR_DEEP_POWER_DOWN_MODE_NO_IO   0x3FFF7F
 

Enumerations

enum  CHIP_PMC_PWR_STATE_T { PMC_DeepSleep = PMC_PWR_DEEP_SLEEP_MODE, PMC_PowerDown = PMC_PWR_POWER_DOWN_MODE, PMC_DeepPowerDown = PMC_PWR_DEEP_POWER_DOWN_MODE }
 

Functions

void Chip_PMC_Sleep (void)
 Set to sleep power state. More...
 
void Chip_PMC_Set_PwrState (CHIP_PMC_PWR_STATE_T PwrState)
 Set to sleep power mode. More...