![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Enumerations | |
| enum | CHIP_WKT_CLKSRC_T { WKT_CLKSRC_DIVIRC = 0, WKT_CLKSRC_10KHZ = 1 } |
Functions | |
| STATIC INLINE void | Chip_WKT_ClearIntStatus (LPC_WKT_T *pWKT) |
| Clear WKT interrupt status. | |
| STATIC INLINE void | Chip_WKT_Stop (LPC_WKT_T *pWKT) |
| Clear and stop WKT counter. | |
| void | Chip_WKT_Start (LPC_WKT_T *pWKT, CHIP_WKT_CLKSRC_T clkSrc, uint32_t cntVal) |
| Start wake-up timer interrupt, set clock source, set timer interval. | |