LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CHIP: LPC11xx Power Management Unit block driver

Detailed Description

Data Structures

struct  LPC_PMU_T
 Power Management Unit register block structure. More...
 

Functions

STATIC INLINE void Chip_PMU_SetMode (LPC_PMU_T *pPMU, uint8_t pm)
 PMU Set mode.
 
STATIC INLINE uint32_t Chip_PMU_GetData (LPC_PMU_T *pPMU, uint8_t reg)
 PMU Get data.
 

Function Documentation

STATIC INLINE uint32_t Chip_PMU_GetData ( LPC_PMU_T pPMU,
uint8_t  reg 
)

PMU Get data.

Parameters
pPMU: The base of PMU peripheral on the chip
reg: PMU register number
Returns
Contents of PMU register

Definition at line 69 of file pmu_11xx.h.

STATIC INLINE void Chip_PMU_SetMode ( LPC_PMU_T pPMU,
uint8_t  pm 
)

PMU Set mode.

Parameters
pPMU: The base of PMU peripheral on the chip
pm: PMU mode
Returns
Nothing

Definition at line 58 of file pmu_11xx.h.