![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
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. | |
PMU Get data.
| pPMU | : The base of PMU peripheral on the chip |
| reg | : PMU register number |
Definition at line 69 of file pmu_11xx.h.
PMU Set mode.
| pPMU | : The base of PMU peripheral on the chip |
| pm | : PMU mode |
Definition at line 58 of file pmu_11xx.h.