summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tiva_timer.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-10 08:34:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-10 08:34:39 -0600
commit505e80785192ef62ea1cf0ac6c09bce40994b073 (patch)
tree6f0de79067028d89383db697ba1290843f5203c4 /nuttx/arch/arm/src/tiva/chip/tiva_timer.h
parent8a493edc7b8be421fb15f61f717ec2bd41ff52bc (diff)
downloadnuttx-505e80785192ef62ea1cf0ac6c09bce40994b073.tar.gz
nuttx-505e80785192ef62ea1cf0ac6c09bce40994b073.tar.bz2
nuttx-505e80785192ef62ea1cf0ac6c09bce40994b073.zip
Tiva Timer: Add support to set the match regiser(s) relative to the timer counter (and prescale) registers. Enable match interrupts. These are one time interruprts: After the match interrupt is dispatched, further match interrupts are disabled
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tiva_timer.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tiva_timer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tiva_timer.h b/nuttx/arch/arm/src/tiva/chip/tiva_timer.h
index 9e91a3c91..d6d635a85 100644
--- a/nuttx/arch/arm/src/tiva/chip/tiva_timer.h
+++ b/nuttx/arch/arm/src/tiva/chip/tiva_timer.h
@@ -731,10 +731,10 @@
#define TIMER_TnPMR_TnPSMR_MASK (0xff << TIMER_TnPMR_TnPSMR_SHIFT)
# define TIMER_TnPMR_TnPSMR(n) ((uint32_t)(n) << TIMER_TnPMR_TnPSMR_SHIFT)
-/* GPTM Timer A (TAR) (32-bit value) */
-/* GPTM Timer B (TBR) (32-bit value) */
-/* GPTM Timer A Value (TAV) (32-bit value) */
-/* GPTM Timer B Value (TBV) (32-bit value) */
+/* GPTM Timer A (TAR) (16/32-bit value) */
+/* GPTM Timer B (TBR) (16/32-bit value) */
+/* GPTM Timer A Value (TAV) (16/32-bit value) */
+/* GPTM Timer B Value (TBV) (16/32-bit value) */
/* GPTM RTC Predivide (RTCPD) */