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