LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pmu_8xx.c File Reference
#include "chip.h"

Go to the source code of this file.

Macros

#define M0SCB_SLEEPONEXIT   ((uint32_t) (1 << 1))
 
#define M0SCB_SLEEPDEEP   ((uint32_t) (1 << 2))
 
#define M0SCB_SEVONPEND   ((uint32_t) (1 << 4))
 

Functions

void Chip_PMU_Sleep (LPC_PMU_T *pPMU, CHIP_PMU_MCUPOWER_T SleepMode)
 Put some of the peripheral in sleep mode.
 

Macro Definition Documentation

#define M0SCB_SEVONPEND   ((uint32_t) (1 << 4))

Definition at line 40 of file pmu_8xx.c.

#define M0SCB_SLEEPDEEP   ((uint32_t) (1 << 2))

Definition at line 39 of file pmu_8xx.c.

#define M0SCB_SLEEPONEXIT   ((uint32_t) (1 << 1))

Definition at line 38 of file pmu_8xx.c.