]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/driverlib/rom.h
Update MSP432 projects to use updated driver library files.
[freertos] / FreeRTOS / Demo / CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil / driverlib / rom.h
index 8fae525217d08ddad176378093baa9c71a3ee083..c5285d225506f5d479c8d18b9f533d9afa375d7b 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * -------------------------------------------
- *    MSP432 DriverLib - v01_04_00_18 
+ *    MSP432 DriverLib - v3_10_00_09 
  * -------------------------------------------
  *
  * --COPYRIGHT--,BSD,BSD
- * Copyright (c) 2015, Texas Instruments Incorporated
+ * Copyright (c) 2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  * --/COPYRIGHT--*/
+//*****************************************************************************
+//
+// rom.h - Macros to facilitate calling functions in the ROM.
+//
+// Copyright (c) 2013 Texas Instruments Incorporated.  All rights reserved.
+// TI Information - Selective Disclosure
+//
+//*****************************************************************************
+//
+
 #ifndef __ROM_H__
 #define __ROM_H__
 
 #endif
 #if defined(TARGET_IS_MSP432P4XX)
 #define ROM_Timer_A_getCaptureCompareInterruptStatus                          \
-        (( (*)(,                                                              \
-              ))ROM_TIMER_ATABLE[22])
+        ((uint32_t (*)(uint32_t timer,                                        \
+                       uint_fast16_t captureCompareRegister,                  \
+                       uint_fast16_t mask))ROM_TIMER_ATABLE[22])
 #endif
 #if defined(TARGET_IS_MSP432P4XX)
 #define ROM_Timer_A_getCaptureCompareEnabledInterruptStatus                   \