LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Data Structures | Functions
atimer_18xx_43xx.h File Reference

Go to the source code of this file.

Data Structures

struct  LPC_ATIMER_T
 Alarm Timer register block structure. More...
 

Functions

void Chip_ATIMER_Init (LPC_ATIMER_T *pATIMER, uint32_t PresetValue)
 Initialize Alarm Timer. More...
 
void Chip_ATIMER_DeInit (LPC_ATIMER_T *pATIMER)
 Close ATIMER device. More...
 
STATIC INLINE void Chip_ATIMER_IntEnable (LPC_ATIMER_T *pATIMER)
 Enable ATIMER Interrupt. More...
 
STATIC INLINE void Chip_ATIMER_IntDisable (LPC_ATIMER_T *pATIMER)
 Disable ATIMER Interrupt. More...
 
STATIC INLINE void Chip_ATIMER_ClearIntStatus (LPC_ATIMER_T *pATIMER)
 Clear ATIMER Interrupt Status. More...
 
STATIC INLINE void Chip_ATIMER_SetIntStatus (LPC_ATIMER_T *pATIMER)
 Set ATIMER Interrupt Status. More...
 
STATIC INLINE void Chip_ATIMER_UpdatePresetValue (LPC_ATIMER_T *pATIMER, uint32_t PresetValue)
 Update Preset value. More...
 
STATIC INLINE uint32_t Chip_ATIMER_GetPresetValue (LPC_ATIMER_T *pATIMER)
 Read value of preset register. More...