![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
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. | |