summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tiva_timer.h
diff options
context:
space:
mode:
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) */