![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
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. | |
Read value of preset register.
Definition at line 108 of file atimer_18xx_43xx.h.
void Chip_ATIMER_Init | ( | uint32_t | PresetValue | ) |
Initialize Alarm Timer.
PresetValue | Count of 1 to 1024s for Alarm |
Definition at line 51 of file atimer_18xx_43xx.c.
Update Preset value.
PresetValue | : updated preset value |
Definition at line 99 of file atimer_18xx_43xx.h.