aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C123x/tm4c123x.h
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-04-06 21:15:01 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-04-06 21:19:37 +0200
commitbeff5671d43194ecb4c82dd2f44e3e0097d563bd (patch)
treee443648b89eee1182858c4a2e82ccf2043448f2b /os/hal/ports/TIVA/TM4C123x/tm4c123x.h
parentb86af2c09feea9b50cb241c147a3881e55763a55 (diff)
downloadChibiOS-Contrib-beff5671d43194ecb4c82dd2f44e3e0097d563bd.tar.gz
ChibiOS-Contrib-beff5671d43194ecb4c82dd2f44e3e0097d563bd.tar.bz2
ChibiOS-Contrib-beff5671d43194ecb4c82dd2f44e3e0097d563bd.zip
Tiva. WDG. Added missing declarations for watchdog peripherals.
Diffstat (limited to 'os/hal/ports/TIVA/TM4C123x/tm4c123x.h')
-rw-r--r--os/hal/ports/TIVA/TM4C123x/tm4c123x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/TM4C123x/tm4c123x.h b/os/hal/ports/TIVA/TM4C123x/tm4c123x.h
index b3444e9..ce9a94e 100644
--- a/os/hal/ports/TIVA/TM4C123x/tm4c123x.h
+++ b/os/hal/ports/TIVA/TM4C123x/tm4c123x.h
@@ -779,7 +779,7 @@ typedef struct
__IO uint32_t TEST; /**< Test */
__I uint32_t _RESERVED1[505];/**< Reserved */
__IO uint32_t LOCK; /**< Lock */
-} WATCHDOG_TypeDef;
+} WDT_TypeDef;
/**
* @}
@@ -912,6 +912,8 @@ typedef struct
#define WGPT3 ((GPT_TypeDef *) WGPT3_BASE)
#define WGPT4 ((GPT_TypeDef *) WGPT4_BASE)
#define WGPT5 ((GPT_TypeDef *) WGPT5_BASE)
+#define WDT0 ((WDT_TypeDef *) WDT0_BASE)
+#define WDT1 ((WDT_TypeDef *) WDT1_BASE)
#define ADC0 ((ADC_TypeDef*) ADC0_BASE)
#define ADC1 ((ADC_TypeDef*) ADC1_BASE)
#define UART0 ((UART_TypeDef *) UART0_BASE)