libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Repetitive Interrupt Timer Defines

Defined Constants and Types for the LPC43xx Repetitive Interrupt Timer More...

Collaboration diagram for Repetitive Interrupt Timer Defines:

Macros

#define RITIMER_COMPVAL   MMIO32(RITIMER_BASE + 0x000)
 
#define RITIMER_MASK   MMIO32(RITIMER_BASE + 0x004)
 
#define RITIMER_CTRL   MMIO32(RITIMER_BASE + 0x008)
 
#define RITIMER_COUNTER   MMIO32(RITIMER_BASE + 0x00C)
 

Detailed Description

Defined Constants and Types for the LPC43xx Repetitive Interrupt 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

◆ RITIMER_COMPVAL

#define RITIMER_COMPVAL   MMIO32(RITIMER_BASE + 0x000)

Definition at line 46 of file ritimer.h.

◆ RITIMER_COUNTER

#define RITIMER_COUNTER   MMIO32(RITIMER_BASE + 0x00C)

Definition at line 55 of file ritimer.h.

◆ RITIMER_CTRL

#define RITIMER_CTRL   MMIO32(RITIMER_BASE + 0x008)

Definition at line 52 of file ritimer.h.

◆ RITIMER_MASK

#define RITIMER_MASK   MMIO32(RITIMER_BASE + 0x004)

Definition at line 49 of file ritimer.h.