![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "sys_config.h"#include "cmsis.h"Go to the source code of this file.
Data Structures | |
| struct | IP_PMC_001_T |
| Power Management Controller register block structure. More... | |
Macros | |
| #define | PMC_PWR_DEEP_SLEEP_MODE 0x3F00AA |
| Power Management Controller power modes. | |
| #define | PMC_PWR_POWER_DOWN_MODE 0x3FFCBA |
| #define | PMC_PWR_DEEP_POWER_DOWN_MODE 0x3FFF7F |
Functions | |
| STATIC INLINE void | IP_PMC_SetPowerMode (IP_PMC_001_T *pPMC, uint32_t PwrMode) |
| Set power mode in PMC block. | |