![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "sys_config.h"#include "cmsis.h"Go to the source code of this file.
Data Structures | |
| struct | IP_ATIMER_001_T |
| Alarm Timer register block structure. More... | |
Functions | |
| void | IP_ATIMER_DeInit (IP_ATIMER_001_T *pATimer) |
| Close ATIMER device. | |
| STATIC INLINE void | IP_ATIMER_ClearIntStatus (IP_ATIMER_001_T *pATimer) |
| Clear ATIMER Interrupt Status. | |
| STATIC INLINE void | IP_ATIMER_SetIntStatus (IP_ATIMER_001_T *pATimer) |
| Set ATIMER Interrupt Status. | |
| STATIC INLINE void | IP_ATIMER_IntEnable (IP_ATIMER_001_T *pATimer) |
| Enable ATIMER Interrupt. | |
| STATIC INLINE void | IP_ATIMER_IntDisable (IP_ATIMER_001_T *pATimer) |
| Disable ATIMER Interrupt. | |
| STATIC INLINE void | IP_ATIMER_UpdatePresetValue (IP_ATIMER_001_T *pATimer, uint32_t PresetValue) |
| Update Preset value. | |
| STATIC INLINE uint32_t | IP_ATIMER_GetPresetValue (IP_ATIMER_001_T *pATimer) |
| Read value of preset register. | |
| STATIC INLINE uint32_t | IP_ATIMER_GetIntEnableState (IP_ATIMER_001_T *pATimer) |
| Returns enable state of ATimer interrupt. | |
| STATIC INLINE uint32_t | IP_ATIMER_GetIntPendingState (IP_ATIMER_001_T *pATimer) |
| Returns current pending state of ATimer interrupt. | |