libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Alarm Timer Defines

Defined Constants and Types for the LPC43xx Alarm Timer More...

Collaboration diagram for Alarm Timer Defines:

Macros

#define ATIMER_DOWNCOUNTER   MMIO32(ATIMER_BASE + 0x000)
 
#define ATIMER_PRESET   MMIO32(ATIMER_BASE + 0x004)
 
#define ATIMER_CLR_EN   MMIO32(ATIMER_BASE + 0xFD8)
 
#define ATIMER_SET_EN   MMIO32(ATIMER_BASE + 0xFDC)
 
#define ATIMER_STATUS   MMIO32(ATIMER_BASE + 0xFE0)
 
#define ATIMER_ENABLE   MMIO32(ATIMER_BASE + 0xFE4)
 
#define ATIMER_CLR_STAT   MMIO32(ATIMER_BASE + 0xFE8)
 
#define ATIMER_SET_STAT   MMIO32(ATIMER_BASE + 0xFEC)
 

Detailed Description

Defined Constants and Types for the LPC43xx Alarm Timer

Version
1.0.0
Author
© 2012 Michael Ossmann mike@.nosp@m.ossm.nosp@m.ann.c.nosp@m.om
Date
10 March 2013

LGPL License Terms libopencm3 License

Macro Definition Documentation

◆ ATIMER_CLR_EN

#define ATIMER_CLR_EN   MMIO32(ATIMER_BASE + 0xFD8)

Definition at line 51 of file atimer.h.

◆ ATIMER_CLR_STAT

#define ATIMER_CLR_STAT   MMIO32(ATIMER_BASE + 0xFE8)

Definition at line 63 of file atimer.h.

◆ ATIMER_DOWNCOUNTER

#define ATIMER_DOWNCOUNTER   MMIO32(ATIMER_BASE + 0x000)

Definition at line 45 of file atimer.h.

◆ ATIMER_ENABLE

#define ATIMER_ENABLE   MMIO32(ATIMER_BASE + 0xFE4)

Definition at line 60 of file atimer.h.

◆ ATIMER_PRESET

#define ATIMER_PRESET   MMIO32(ATIMER_BASE + 0x004)

Definition at line 48 of file atimer.h.

◆ ATIMER_SET_EN

#define ATIMER_SET_EN   MMIO32(ATIMER_BASE + 0xFDC)

Definition at line 54 of file atimer.h.

◆ ATIMER_SET_STAT

#define ATIMER_SET_STAT   MMIO32(ATIMER_BASE + 0xFEC)

Definition at line 66 of file atimer.h.

◆ ATIMER_STATUS

#define ATIMER_STATUS   MMIO32(ATIMER_BASE + 0xFE0)

Definition at line 57 of file atimer.h.