![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
| void | Chip_ATIMER_Init (LPC_ATIMER_T *pATIMER, uint32_t PresetValue) |
| Initialize Alarm Timer. | |
| STATIC INLINE void | Chip_ATIMER_DeInit (LPC_ATIMER_T *pATIMER) |
| Close ATIMER device. | |
| STATIC INLINE void | Chip_ATIMER_IntEnable (LPC_ATIMER_T *pATIMER) |
| Enable ATIMER Interrupt. | |
| STATIC INLINE void | Chip_ATIMER_IntDisable (LPC_ATIMER_T *pATIMER) |
| Disable ATIMER Interrupt. | |
| STATIC INLINE void | Chip_ATIMER_ClearIntStatus (LPC_ATIMER_T *pATIMER) |
| Clear ATIMER Interrupt Status. | |
| STATIC INLINE void | Chip_ATIMER_SetIntStatus (LPC_ATIMER_T *pATIMER) |
| Set ATIMER Interrupt Status. | |
| STATIC INLINE void | Chip_ATIMER_UpdatePresetValue (LPC_ATIMER_T *pATIMER, uint32_t PresetValue) |
| Update Preset value. | |
| STATIC INLINE uint32_t | Chip_ATIMER_GetPresetValue (LPC_ATIMER_T *pATIMER) |
| Read value of preset register. | |