LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CHIP: LPC18xx/43xx Power Management Controller driver

Detailed Description

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.
 
void Chip_PMC_Set_PwrState (CHIP_PMC_PWR_STATE_T PwrState)
 Set to sleep power mode.
 

Enumeration Type Documentation

Enumerator:
PMC_DeepSleep 

Deep sleep state

PMC_PowerDown 

Power Down state

PMC_DeepPowerDown 

Power Down state

Definition at line 47 of file pmc_18xx_43xx.h.

Function Documentation

void Chip_PMC_Set_PwrState ( CHIP_PMC_PWR_STATE_T  PwrState)

Set to sleep power mode.

Parameters
PwrState: Power State as specified in /a CHIP_PMC_PWR_STATE_T enum
Returns
Nothing

Definition at line 58 of file pmc_18xx_43xx.c.

void Chip_PMC_Sleep ( void  )

Set to sleep power state.

Returns
Nothing

Definition at line 51 of file pmc_18xx_43xx.c.