![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Repetitive Interrupt Timer register block structure. More...
#include "ritimer_001.h"
Data Fields | |
__IO uint32_t | COMPVAL |
__IO uint32_t | MASK |
__IO uint32_t | CTRL |
__IO uint32_t | COUNTER |
Repetitive Interrupt Timer register block structure.
Definition at line 51 of file ritimer_001.h.
__IO uint32_t COMPVAL |
< RITIMER Structure Compare register
Definition at line 52 of file ritimer_001.h.
__IO uint32_t COUNTER |
32-bit counter
Definition at line 55 of file ritimer_001.h.
__IO uint32_t CTRL |
Control register.
Definition at line 54 of file ritimer_001.h.
__IO uint32_t MASK |
Mask register. This register holds the 32-bit mask value. A 1 written to any bit will force a compare on the corresponding bit of the counter and compare register.
Definition at line 53 of file ritimer_001.h.