aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/TM4C123x/EXT
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-30 09:35:00 +0100
committerGitHub <noreply@github.com>2016-10-30 09:35:00 +0100
commita45d952fad0cea3cc22a1fc88245fb3328c3f6cc (patch)
tree7ab233f7efa82da3540f76b316ebae4882228632 /testhal/TIVA/TM4C123x/EXT
parent9abfd6d27a5bbef23e84aa70814c26682eb147f6 (diff)
parent7e3ef128a4f10aae16ee18a73ae488c6f3185f71 (diff)
downloadChibiOS-Contrib-a45d952fad0cea3cc22a1fc88245fb3328c3f6cc.tar.gz
ChibiOS-Contrib-a45d952fad0cea3cc22a1fc88245fb3328c3f6cc.tar.bz2
ChibiOS-Contrib-a45d952fad0cea3cc22a1fc88245fb3328c3f6cc.zip
Merge pull request #96 from marcoveeneman/tiva-use-tivaware
Tiva port use TivaWare
Diffstat (limited to 'testhal/TIVA/TM4C123x/EXT')
-rw-r--r--testhal/TIVA/TM4C123x/EXT/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/TIVA/TM4C123x/EXT/mcuconf.h b/testhal/TIVA/TM4C123x/EXT/mcuconf.h
index 74a4da3..447a40d 100644
--- a/testhal/TIVA/TM4C123x/EXT/mcuconf.h
+++ b/testhal/TIVA/TM4C123x/EXT/mcuconf.h
@@ -30,15 +30,15 @@
/*
* HAL driver system settings.
*/
-#define TIVA_OSCSRC TIVA_RCC2_OSCSRC2_MOSC
+#define TIVA_OSCSRC SYSCTL_RCC2_OSCSRC2_MO
#define TIVA_MOSC_ENABLE TRUE
#define TIVA_DIV400_VALUE 1
#define TIVA_SYSDIV_VALUE 2
#define TIVA_USESYSDIV_ENABLE FALSE
#define TIVA_SYSDIV2LSB_ENABLE FALSE
#define TIVA_BYPASS_VALUE 0
-#define TIVA_PWM_FIELDS (TIVA_RCC_USEPWMDIV | \
- TIVA_RCC_PWMDIV_8)
+#define TIVA_PWM_FIELDS (SYSCTL_RCC_USEPWMDIV | \
+ SYSCTL_RCC_PWMDIV_8)
/*
* GPIO driver system settings.