summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/tiva/chip.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-07 08:57:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-07 08:57:48 -0600
commit26592abb923a28b33f244bdee92326573471d25a (patch)
tree61786c9a92becd4a29f5af3ab2efebf02f8c9d1a /nuttx/arch/arm/include/tiva/chip.h
parentd00ffc02d58d9364b7079893e7605d3dc00e0d98 (diff)
downloadnuttx-26592abb923a28b33f244bdee92326573471d25a.tar.gz
nuttx-26592abb923a28b33f244bdee92326573471d25a.tar.bz2
nuttx-26592abb923a28b33f244bdee92326573471d25a.zip
TM4C129X Timer: Update addresses in the timer register definitions file. Still missing bit field definitions
Diffstat (limited to 'nuttx/arch/arm/include/tiva/chip.h')
-rw-r--r--nuttx/arch/arm/include/tiva/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/include/tiva/chip.h b/nuttx/arch/arm/include/tiva/chip.h
index c1ab3f29c..7f19a50c0 100644
--- a/nuttx/arch/arm/include/tiva/chip.h
+++ b/nuttx/arch/arm/include/tiva/chip.h
@@ -244,8 +244,8 @@
# undef LM3S /* Not LM3S family */
# undef LM4F /* Not LM4F family */
# define TM4C 1 /* TM4C family */
-# define TIVA_NTIMERS 16 /* Sixteen 16-bit timers OR */
-# define TIVA_NWIDETIMERS 8 /* Eight 32-bit wide timers */
+# define TIVA_NTIMERS 8 /* Eight Dual 16/32-bit timers A/B */
+# define TIVA_NWIDETIMERS 0 /* No 32/64-bit timers */
# define TIVA_NWDT 2 /* Two watchdog timers */
# define TIVA_NETHCONTROLLERS 1 /* One 10/100Mbit Ethernet controller */
# define TIVA_NLCD 1 /* One LCD controller */
@@ -267,8 +267,8 @@
# undef LM3S /* Not LM3S family */
# undef LM4F /* Not LM4F family */
# define TM4C 1 /* TM4C family */
-# define TIVA_NTIMERS 16 /* Sixteen 16/32-bit timers */
-# define TIVA_NWIDETIMERS 0 /* NO 32/64-bit timers */
+# define TIVA_NTIMERS 8 /* Eight Dual 16/32-bit timers A/B */
+# define TIVA_NWIDETIMERS 0 /* No 32/64-bit timers */
# define TIVA_NWDT 2 /* Two watchdog timers */
# define TIVA_NETHCONTROLLERS 1 /* One 10/100Mbit Ethernet controller */
# define TIVA_NLCD 1 /* One LCD controller */