aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/TM4C123x/I2C/mcuconf.h
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-29 19:47:09 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-29 19:47:09 +0200
commit7e3ef128a4f10aae16ee18a73ae488c6f3185f71 (patch)
treef5aba2008b1778b099985b99595069e79792a8cd /testhal/TIVA/TM4C123x/I2C/mcuconf.h
parent24de854c9055fdb7c5e0a7539df0136be942d59c (diff)
downloadChibiOS-Contrib-7e3ef128a4f10aae16ee18a73ae488c6f3185f71.tar.gz
ChibiOS-Contrib-7e3ef128a4f10aae16ee18a73ae488c6f3185f71.tar.bz2
ChibiOS-Contrib-7e3ef128a4f10aae16ee18a73ae488c6f3185f71.zip
Updated mcuconf.h files.
Diffstat (limited to 'testhal/TIVA/TM4C123x/I2C/mcuconf.h')
-rw-r--r--testhal/TIVA/TM4C123x/I2C/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/TIVA/TM4C123x/I2C/mcuconf.h b/testhal/TIVA/TM4C123x/I2C/mcuconf.h
index 81555ed..45bee44 100644
--- a/testhal/TIVA/TM4C123x/I2C/mcuconf.h
+++ b/testhal/TIVA/TM4C123x/I2C/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.