lm3s1968: clocking driver.
[bertos.git] / bertos / cpu / cortex-m3 / io / lm3s1968.h
index 26732ce049d865b79907894cda96195e43645155..4ffdc0d11959c4c9f5f5deedd55643e93de23461 100644 (file)
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2010 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
- * \version $Id$
- *
- * \author Manuele Fanelli <qwert@develer.com>
- *
- * Luminary Micro Stellaris lm3s1968 common definitions.
- * This file is based on NUT/OS implementation. See license below.
+ * \brief LM3S1968 registers definition.
  */
 
 #ifndef LM3S1968_H
 #define LM3S1968_H
 
-#include <cpu/detect.h>
+#include <cfg/compiler.h>
 
-#if CPU_ARM_LM3S1968
-       #include "lm3s1968.h"
+/**
+ * Watchdog Timer registers (WATCHDOG0)
+ */
+/*\{*/
+#define WATCHDOG0_LOAD_R        (*((reg32_t *)0x40000000))
+#define WATCHDOG0_VALUE_R       (*((reg32_t *)0x40000004))
+#define WATCHDOG0_CTL_R         (*((reg32_t *)0x40000008))
+#define WATCHDOG0_ICR_R         (*((reg32_t *)0x4000000C))
+#define WATCHDOG0_RIS_R         (*((reg32_t *)0x40000010))
+#define WATCHDOG0_MIS_R         (*((reg32_t *)0x40000014))
+#define WATCHDOG0_TEST_R        (*((reg32_t *)0x40000418))
+#define WATCHDOG0_LOCK_R        (*((reg32_t *)0x40000C00))
+/*\}*/
 
-#else
-       #error Missing I/O definitions for CPU.
-#endif
+/**
+ * GPIO registers (PORTA)
+ */
+/*\{*/
+#define GPIO_PORTA_DATA_BITS_R  ((reg32_t *)0x40004000)
+#define GPIO_PORTA_DATA_R       (*((reg32_t *)0x400043FC))
+#define GPIO_PORTA_DIR_R        (*((reg32_t *)0x40004400))
+#define GPIO_PORTA_IS_R         (*((reg32_t *)0x40004404))
+#define GPIO_PORTA_IBE_R        (*((reg32_t *)0x40004408))
+#define GPIO_PORTA_IEV_R        (*((reg32_t *)0x4000440C))
+#define GPIO_PORTA_IM_R         (*((reg32_t *)0x40004410))
+#define GPIO_PORTA_RIS_R        (*((reg32_t *)0x40004414))
+#define GPIO_PORTA_MIS_R        (*((reg32_t *)0x40004418))
+#define GPIO_PORTA_ICR_R        (*((reg32_t *)0x4000441C))
+#define GPIO_PORTA_AFSEL_R      (*((reg32_t *)0x40004420))
+#define GPIO_PORTA_DR2R_R       (*((reg32_t *)0x40004500))
+#define GPIO_PORTA_DR4R_R       (*((reg32_t *)0x40004504))
+#define GPIO_PORTA_DR8R_R       (*((reg32_t *)0x40004508))
+#define GPIO_PORTA_ODR_R        (*((reg32_t *)0x4000450C))
+#define GPIO_PORTA_PUR_R        (*((reg32_t *)0x40004510))
+#define GPIO_PORTA_PDR_R        (*((reg32_t *)0x40004514))
+#define GPIO_PORTA_SLR_R        (*((reg32_t *)0x40004518))
+#define GPIO_PORTA_DEN_R        (*((reg32_t *)0x4000451C))
+#define GPIO_PORTA_LOCK_R       (*((reg32_t *)0x40004520))
+#define GPIO_PORTA_CR_R         (*((reg32_t *)0x40004524))
+/*\}*/
 
-#include <cfg/compiler.h>
+/**
+ * GPIO registers (PORTB)
+ */
+/*\{*/
+#define GPIO_PORTB_DATA_BITS_R  ((reg32_t *)0x40005000)
+#define GPIO_PORTB_DATA_R       (*((reg32_t *)0x400053FC))
+#define GPIO_PORTB_DIR_R        (*((reg32_t *)0x40005400))
+#define GPIO_PORTB_IS_R         (*((reg32_t *)0x40005404))
+#define GPIO_PORTB_IBE_R        (*((reg32_t *)0x40005408))
+#define GPIO_PORTB_IEV_R        (*((reg32_t *)0x4000540C))
+#define GPIO_PORTB_IM_R         (*((reg32_t *)0x40005410))
+#define GPIO_PORTB_RIS_R        (*((reg32_t *)0x40005414))
+#define GPIO_PORTB_MIS_R        (*((reg32_t *)0x40005418))
+#define GPIO_PORTB_ICR_R        (*((reg32_t *)0x4000541C))
+#define GPIO_PORTB_AFSEL_R      (*((reg32_t *)0x40005420))
+#define GPIO_PORTB_DR2R_R       (*((reg32_t *)0x40005500))
+#define GPIO_PORTB_DR4R_R       (*((reg32_t *)0x40005504))
+#define GPIO_PORTB_DR8R_R       (*((reg32_t *)0x40005508))
+#define GPIO_PORTB_ODR_R        (*((reg32_t *)0x4000550C))
+#define GPIO_PORTB_PUR_R        (*((reg32_t *)0x40005510))
+#define GPIO_PORTB_PDR_R        (*((reg32_t *)0x40005514))
+#define GPIO_PORTB_SLR_R        (*((reg32_t *)0x40005518))
+#define GPIO_PORTB_DEN_R        (*((reg32_t *)0x4000551C))
+#define GPIO_PORTB_LOCK_R       (*((reg32_t *)0x40005520))
+#define GPIO_PORTB_CR_R         (*((reg32_t *)0x40005524))
+/*\}*/
+
+/**
+ * GPIO registers (PORTC)
+ */
+/*\{*/
+#define GPIO_PORTC_DATA_BITS_R  ((reg32_t *)0x40006000)
+#define GPIO_PORTC_DATA_R       (*((reg32_t *)0x400063FC))
+#define GPIO_PORTC_DIR_R        (*((reg32_t *)0x40006400))
+#define GPIO_PORTC_IS_R         (*((reg32_t *)0x40006404))
+#define GPIO_PORTC_IBE_R        (*((reg32_t *)0x40006408))
+#define GPIO_PORTC_IEV_R        (*((reg32_t *)0x4000640C))
+#define GPIO_PORTC_IM_R         (*((reg32_t *)0x40006410))
+#define GPIO_PORTC_RIS_R        (*((reg32_t *)0x40006414))
+#define GPIO_PORTC_MIS_R        (*((reg32_t *)0x40006418))
+#define GPIO_PORTC_ICR_R        (*((reg32_t *)0x4000641C))
+#define GPIO_PORTC_AFSEL_R      (*((reg32_t *)0x40006420))
+#define GPIO_PORTC_DR2R_R       (*((reg32_t *)0x40006500))
+#define GPIO_PORTC_DR4R_R       (*((reg32_t *)0x40006504))
+#define GPIO_PORTC_DR8R_R       (*((reg32_t *)0x40006508))
+#define GPIO_PORTC_ODR_R        (*((reg32_t *)0x4000650C))
+#define GPIO_PORTC_PUR_R        (*((reg32_t *)0x40006510))
+#define GPIO_PORTC_PDR_R        (*((reg32_t *)0x40006514))
+#define GPIO_PORTC_SLR_R        (*((reg32_t *)0x40006518))
+#define GPIO_PORTC_DEN_R        (*((reg32_t *)0x4000651C))
+#define GPIO_PORTC_LOCK_R       (*((reg32_t *)0x40006520))
+#define GPIO_PORTC_CR_R         (*((reg32_t *)0x40006524))
+/*\}*/
+
+/**
+ * GPIO registers (PORTD)
+ */
+/*\{*/
+#define GPIO_PORTD_DATA_BITS_R  ((reg32_t *)0x40007000)
+#define GPIO_PORTD_DATA_R       (*((reg32_t *)0x400073FC))
+#define GPIO_PORTD_DIR_R        (*((reg32_t *)0x40007400))
+#define GPIO_PORTD_IS_R         (*((reg32_t *)0x40007404))
+#define GPIO_PORTD_IBE_R        (*((reg32_t *)0x40007408))
+#define GPIO_PORTD_IEV_R        (*((reg32_t *)0x4000740C))
+#define GPIO_PORTD_IM_R         (*((reg32_t *)0x40007410))
+#define GPIO_PORTD_RIS_R        (*((reg32_t *)0x40007414))
+#define GPIO_PORTD_MIS_R        (*((reg32_t *)0x40007418))
+#define GPIO_PORTD_ICR_R        (*((reg32_t *)0x4000741C))
+#define GPIO_PORTD_AFSEL_R      (*((reg32_t *)0x40007420))
+#define GPIO_PORTD_DR2R_R       (*((reg32_t *)0x40007500))
+#define GPIO_PORTD_DR4R_R       (*((reg32_t *)0x40007504))
+#define GPIO_PORTD_DR8R_R       (*((reg32_t *)0x40007508))
+#define GPIO_PORTD_ODR_R        (*((reg32_t *)0x4000750C))
+#define GPIO_PORTD_PUR_R        (*((reg32_t *)0x40007510))
+#define GPIO_PORTD_PDR_R        (*((reg32_t *)0x40007514))
+#define GPIO_PORTD_SLR_R        (*((reg32_t *)0x40007518))
+#define GPIO_PORTD_DEN_R        (*((reg32_t *)0x4000751C))
+#define GPIO_PORTD_LOCK_R       (*((reg32_t *)0x40007520))
+#define GPIO_PORTD_CR_R         (*((reg32_t *)0x40007524))
+/*\}*/
+
+/**
+ * SSI registers (SSI0)
+ */
+/*\{*/
+#define SSI0_CR0_R              (*((reg32_t *)0x40008000))
+#define SSI0_CR1_R              (*((reg32_t *)0x40008004))
+#define SSI0_DR_R               (*((reg32_t *)0x40008008))
+#define SSI0_SR_R               (*((reg32_t *)0x4000800C))
+#define SSI0_CPSR_R             (*((reg32_t *)0x40008010))
+#define SSI0_IM_R               (*((reg32_t *)0x40008014))
+#define SSI0_RIS_R              (*((reg32_t *)0x40008018))
+#define SSI0_MIS_R              (*((reg32_t *)0x4000801C))
+#define SSI0_ICR_R              (*((reg32_t *)0x40008020))
+/*\}*/
+
+/**
+ * SSI registers (SSI1)
+ */
+/*\{*/
+#define SSI1_CR0_R              (*((reg32_t *)0x40009000))
+#define SSI1_CR1_R              (*((reg32_t *)0x40009004))
+#define SSI1_DR_R               (*((reg32_t *)0x40009008))
+#define SSI1_SR_R               (*((reg32_t *)0x4000900C))
+#define SSI1_CPSR_R             (*((reg32_t *)0x40009010))
+#define SSI1_IM_R               (*((reg32_t *)0x40009014))
+#define SSI1_RIS_R              (*((reg32_t *)0x40009018))
+#define SSI1_MIS_R              (*((reg32_t *)0x4000901C))
+#define SSI1_ICR_R              (*((reg32_t *)0x40009020))
+/*\}*/
+
+/**
+ * UART registers (UART0)
+ */
+/*\{*/
+#define UART0_DR_R              (*((reg32_t *)0x4000C000))
+#define UART0_RSR_R             (*((reg32_t *)0x4000C004))
+#define UART0_ECR_R             (*((reg32_t *)0x4000C004))
+#define UART0_FR_R              (*((reg32_t *)0x4000C018))
+#define UART0_ILPR_R            (*((reg32_t *)0x4000C020))
+#define UART0_IBRD_R            (*((reg32_t *)0x4000C024))
+#define UART0_FBRD_R            (*((reg32_t *)0x4000C028))
+#define UART0_LCRH_R            (*((reg32_t *)0x4000C02C))
+#define UART0_CTL_R             (*((reg32_t *)0x4000C030))
+#define UART0_IFLS_R            (*((reg32_t *)0x4000C034))
+#define UART0_IM_R              (*((reg32_t *)0x4000C038))
+#define UART0_RIS_R             (*((reg32_t *)0x4000C03C))
+#define UART0_MIS_R             (*((reg32_t *)0x4000C040))
+#define UART0_ICR_R             (*((reg32_t *)0x4000C044))
+/*\}*/
+
+/**
+ * UART registers (UART1)
+ */
+/*\{*/
+#define UART1_DR_R              (*((reg32_t *)0x4000D000))
+#define UART1_RSR_R             (*((reg32_t *)0x4000D004))
+#define UART1_ECR_R             (*((reg32_t *)0x4000D004))
+#define UART1_FR_R              (*((reg32_t *)0x4000D018))
+#define UART1_ILPR_R            (*((reg32_t *)0x4000D020))
+#define UART1_IBRD_R            (*((reg32_t *)0x4000D024))
+#define UART1_FBRD_R            (*((reg32_t *)0x4000D028))
+#define UART1_LCRH_R            (*((reg32_t *)0x4000D02C))
+#define UART1_CTL_R             (*((reg32_t *)0x4000D030))
+#define UART1_IFLS_R            (*((reg32_t *)0x4000D034))
+#define UART1_IM_R              (*((reg32_t *)0x4000D038))
+#define UART1_RIS_R             (*((reg32_t *)0x4000D03C))
+#define UART1_MIS_R             (*((reg32_t *)0x4000D040))
+#define UART1_ICR_R             (*((reg32_t *)0x4000D044))
+/*\}*/
+
+/**
+ * UART registers (UART2)
+ */
+/*\{*/
+#define UART2_DR_R              (*((reg32_t *)0x4000E000))
+#define UART2_RSR_R             (*((reg32_t *)0x4000E004))
+#define UART2_ECR_R             (*((reg32_t *)0x4000E004))
+#define UART2_FR_R              (*((reg32_t *)0x4000E018))
+#define UART2_ILPR_R            (*((reg32_t *)0x4000E020))
+#define UART2_IBRD_R            (*((reg32_t *)0x4000E024))
+#define UART2_FBRD_R            (*((reg32_t *)0x4000E028))
+#define UART2_LCRH_R            (*((reg32_t *)0x4000E02C))
+#define UART2_CTL_R             (*((reg32_t *)0x4000E030))
+#define UART2_IFLS_R            (*((reg32_t *)0x4000E034))
+#define UART2_IM_R              (*((reg32_t *)0x4000E038))
+#define UART2_RIS_R             (*((reg32_t *)0x4000E03C))
+#define UART2_MIS_R             (*((reg32_t *)0x4000E040))
+#define UART2_ICR_R             (*((reg32_t *)0x4000E044))
+/*\}*/
+
+/**
+ * I2C registers (I2C0 MASTER)
+ */
+/*\{*/
+#define I2C0_MASTER_MSA_R       (*((reg32_t *)0x40020000))
+#define I2C0_MASTER_SOAR_R      (*((reg32_t *)0x40020000))
+#define I2C0_MASTER_SCSR_R      (*((reg32_t *)0x40020004))
+#define I2C0_MASTER_MCS_R       (*((reg32_t *)0x40020004))
+#define I2C0_MASTER_SDR_R       (*((reg32_t *)0x40020008))
+#define I2C0_MASTER_MDR_R       (*((reg32_t *)0x40020008))
+#define I2C0_MASTER_MTPR_R      (*((reg32_t *)0x4002000C))
+#define I2C0_MASTER_SIMR_R      (*((reg32_t *)0x4002000C))
+#define I2C0_MASTER_SRIS_R      (*((reg32_t *)0x40020010))
+#define I2C0_MASTER_MIMR_R      (*((reg32_t *)0x40020010))
+#define I2C0_MASTER_MRIS_R      (*((reg32_t *)0x40020014))
+#define I2C0_MASTER_SMIS_R      (*((reg32_t *)0x40020014))
+#define I2C0_MASTER_SICR_R      (*((reg32_t *)0x40020018))
+#define I2C0_MASTER_MMIS_R      (*((reg32_t *)0x40020018))
+#define I2C0_MASTER_MICR_R      (*((reg32_t *)0x4002001C))
+#define I2C0_MASTER_MCR_R       (*((reg32_t *)0x40020020))
+/*\}*/
+
+/**
+ * I2C registers (I2C0 SLAVE)
+ */
+/*\{*/
+#define I2C0_SLAVE_MSA_R        (*((reg32_t *)0x40020800))
+#define I2C0_SLAVE_SOAR_R       (*((reg32_t *)0x40020800))
+#define I2C0_SLAVE_SCSR_R       (*((reg32_t *)0x40020804))
+#define I2C0_SLAVE_MCS_R        (*((reg32_t *)0x40020804))
+#define I2C0_SLAVE_SDR_R        (*((reg32_t *)0x40020808))
+#define I2C0_SLAVE_MDR_R        (*((reg32_t *)0x40020808))
+#define I2C0_SLAVE_MTPR_R       (*((reg32_t *)0x4002080C))
+#define I2C0_SLAVE_SIMR_R       (*((reg32_t *)0x4002080C))
+#define I2C0_SLAVE_SRIS_R       (*((reg32_t *)0x40020810))
+#define I2C0_SLAVE_MIMR_R       (*((reg32_t *)0x40020810))
+#define I2C0_SLAVE_MRIS_R       (*((reg32_t *)0x40020814))
+#define I2C0_SLAVE_SMIS_R       (*((reg32_t *)0x40020814))
+#define I2C0_SLAVE_SICR_R       (*((reg32_t *)0x40020818))
+#define I2C0_SLAVE_MMIS_R       (*((reg32_t *)0x40020818))
+#define I2C0_SLAVE_MICR_R       (*((reg32_t *)0x4002081C))
+#define I2C0_SLAVE_MCR_R        (*((reg32_t *)0x40020820))
+/*\}*/
+
+/**
+ * I2C registers (I2C1 MASTER)
+ */
+/*\{*/
+#define I2C1_MASTER_MSA_R       (*((reg32_t *)0x40021000))
+#define I2C1_MASTER_SOAR_R      (*((reg32_t *)0x40021000))
+#define I2C1_MASTER_SCSR_R      (*((reg32_t *)0x40021004))
+#define I2C1_MASTER_MCS_R       (*((reg32_t *)0x40021004))
+#define I2C1_MASTER_SDR_R       (*((reg32_t *)0x40021008))
+#define I2C1_MASTER_MDR_R       (*((reg32_t *)0x40021008))
+#define I2C1_MASTER_MTPR_R      (*((reg32_t *)0x4002100C))
+#define I2C1_MASTER_SIMR_R      (*((reg32_t *)0x4002100C))
+#define I2C1_MASTER_SRIS_R      (*((reg32_t *)0x40021010))
+#define I2C1_MASTER_MIMR_R      (*((reg32_t *)0x40021010))
+#define I2C1_MASTER_MRIS_R      (*((reg32_t *)0x40021014))
+#define I2C1_MASTER_SMIS_R      (*((reg32_t *)0x40021014))
+#define I2C1_MASTER_SICR_R      (*((reg32_t *)0x40021018))
+#define I2C1_MASTER_MMIS_R      (*((reg32_t *)0x40021018))
+#define I2C1_MASTER_MICR_R      (*((reg32_t *)0x4002101C))
+#define I2C1_MASTER_MCR_R       (*((reg32_t *)0x40021020))
+/*\}*/
+
+/**
+ * I2C registers (I2C1 SLAVE)
+ */
+/*\{*/
+#define I2C1_SLAVE_MSA_R        (*((reg32_t *)0x40021800))
+#define I2C1_SLAVE_SOAR_R       (*((reg32_t *)0x40021800))
+#define I2C1_SLAVE_SCSR_R       (*((reg32_t *)0x40021804))
+#define I2C1_SLAVE_MCS_R        (*((reg32_t *)0x40021804))
+#define I2C1_SLAVE_SDR_R        (*((reg32_t *)0x40021808))
+#define I2C1_SLAVE_MDR_R        (*((reg32_t *)0x40021808))
+#define I2C1_SLAVE_MTPR_R       (*((reg32_t *)0x4002180C))
+#define I2C1_SLAVE_SIMR_R       (*((reg32_t *)0x4002180C))
+#define I2C1_SLAVE_SRIS_R       (*((reg32_t *)0x40021810))
+#define I2C1_SLAVE_MIMR_R       (*((reg32_t *)0x40021810))
+#define I2C1_SLAVE_MRIS_R       (*((reg32_t *)0x40021814))
+#define I2C1_SLAVE_SMIS_R       (*((reg32_t *)0x40021814))
+#define I2C1_SLAVE_SICR_R       (*((reg32_t *)0x40021818))
+#define I2C1_SLAVE_MMIS_R       (*((reg32_t *)0x40021818))
+#define I2C1_SLAVE_MICR_R       (*((reg32_t *)0x4002181C))
+#define I2C1_SLAVE_MCR_R        (*((reg32_t *)0x40021820))
+/*\}*/
+
+/**
+ * GPIO registers (PORTE)
+ */
+/*\{*/
+#define GPIO_PORTE_DATA_BITS_R  ((reg32_t *)0x40024000)
+#define GPIO_PORTE_DATA_R       (*((reg32_t *)0x400243FC))
+#define GPIO_PORTE_DIR_R        (*((reg32_t *)0x40024400))
+#define GPIO_PORTE_IS_R         (*((reg32_t *)0x40024404))
+#define GPIO_PORTE_IBE_R        (*((reg32_t *)0x40024408))
+#define GPIO_PORTE_IEV_R        (*((reg32_t *)0x4002440C))
+#define GPIO_PORTE_IM_R         (*((reg32_t *)0x40024410))
+#define GPIO_PORTE_RIS_R        (*((reg32_t *)0x40024414))
+#define GPIO_PORTE_MIS_R        (*((reg32_t *)0x40024418))
+#define GPIO_PORTE_ICR_R        (*((reg32_t *)0x4002441C))
+#define GPIO_PORTE_AFSEL_R      (*((reg32_t *)0x40024420))
+#define GPIO_PORTE_DR2R_R       (*((reg32_t *)0x40024500))
+#define GPIO_PORTE_DR4R_R       (*((reg32_t *)0x40024504))
+#define GPIO_PORTE_DR8R_R       (*((reg32_t *)0x40024508))
+#define GPIO_PORTE_ODR_R        (*((reg32_t *)0x4002450C))
+#define GPIO_PORTE_PUR_R        (*((reg32_t *)0x40024510))
+#define GPIO_PORTE_PDR_R        (*((reg32_t *)0x40024514))
+#define GPIO_PORTE_SLR_R        (*((reg32_t *)0x40024518))
+#define GPIO_PORTE_DEN_R        (*((reg32_t *)0x4002451C))
+#define GPIO_PORTE_LOCK_R       (*((reg32_t *)0x40024520))
+#define GPIO_PORTE_CR_R         (*((reg32_t *)0x40024524))
+/*\}*/
+
+/**
+ * GPIO registers (PORTF)
+ */
+/*\{*/
+#define GPIO_PORTF_DATA_BITS_R  ((reg32_t *)0x40025000)
+#define GPIO_PORTF_DATA_R       (*((reg32_t *)0x400253FC))
+#define GPIO_PORTF_DIR_R        (*((reg32_t *)0x40025400))
+#define GPIO_PORTF_IS_R         (*((reg32_t *)0x40025404))
+#define GPIO_PORTF_IBE_R        (*((reg32_t *)0x40025408))
+#define GPIO_PORTF_IEV_R        (*((reg32_t *)0x4002540C))
+#define GPIO_PORTF_IM_R         (*((reg32_t *)0x40025410))
+#define GPIO_PORTF_RIS_R        (*((reg32_t *)0x40025414))
+#define GPIO_PORTF_MIS_R        (*((reg32_t *)0x40025418))
+#define GPIO_PORTF_ICR_R        (*((reg32_t *)0x4002541C))
+#define GPIO_PORTF_AFSEL_R      (*((reg32_t *)0x40025420))
+#define GPIO_PORTF_DR2R_R       (*((reg32_t *)0x40025500))
+#define GPIO_PORTF_DR4R_R       (*((reg32_t *)0x40025504))
+#define GPIO_PORTF_DR8R_R       (*((reg32_t *)0x40025508))
+#define GPIO_PORTF_ODR_R        (*((reg32_t *)0x4002550C))
+#define GPIO_PORTF_PUR_R        (*((reg32_t *)0x40025510))
+#define GPIO_PORTF_PDR_R        (*((reg32_t *)0x40025514))
+#define GPIO_PORTF_SLR_R        (*((reg32_t *)0x40025518))
+#define GPIO_PORTF_DEN_R        (*((reg32_t *)0x4002551C))
+#define GPIO_PORTF_LOCK_R       (*((reg32_t *)0x40025520))
+#define GPIO_PORTF_CR_R         (*((reg32_t *)0x40025524))
+/*\}*/
+
+/**
+ * GPIO registers (PORTG)
+ */
+/*\{*/
+#define GPIO_PORTG_DATA_BITS_R  ((reg32_t *)0x40026000)
+#define GPIO_PORTG_DATA_R       (*((reg32_t *)0x400263FC))
+#define GPIO_PORTG_DIR_R        (*((reg32_t *)0x40026400))
+#define GPIO_PORTG_IS_R         (*((reg32_t *)0x40026404))
+#define GPIO_PORTG_IBE_R        (*((reg32_t *)0x40026408))
+#define GPIO_PORTG_IEV_R        (*((reg32_t *)0x4002640C))
+#define GPIO_PORTG_IM_R         (*((reg32_t *)0x40026410))
+#define GPIO_PORTG_RIS_R        (*((reg32_t *)0x40026414))
+#define GPIO_PORTG_MIS_R        (*((reg32_t *)0x40026418))
+#define GPIO_PORTG_ICR_R        (*((reg32_t *)0x4002641C))
+#define GPIO_PORTG_AFSEL_R      (*((reg32_t *)0x40026420))
+#define GPIO_PORTG_DR2R_R       (*((reg32_t *)0x40026500))
+#define GPIO_PORTG_DR4R_R       (*((reg32_t *)0x40026504))
+#define GPIO_PORTG_DR8R_R       (*((reg32_t *)0x40026508))
+#define GPIO_PORTG_ODR_R        (*((reg32_t *)0x4002650C))
+#define GPIO_PORTG_PUR_R        (*((reg32_t *)0x40026510))
+#define GPIO_PORTG_PDR_R        (*((reg32_t *)0x40026514))
+#define GPIO_PORTG_SLR_R        (*((reg32_t *)0x40026518))
+#define GPIO_PORTG_DEN_R        (*((reg32_t *)0x4002651C))
+#define GPIO_PORTG_LOCK_R       (*((reg32_t *)0x40026520))
+#define GPIO_PORTG_CR_R         (*((reg32_t *)0x40026524))
+/*\}*/
+
+/**
+ * GPIO registers (PORTH)
+ */
+/*\{*/
+#define GPIO_PORTH_DATA_BITS_R  ((reg32_t *)0x40027000)
+#define GPIO_PORTH_DATA_R       (*((reg32_t *)0x400273FC))
+#define GPIO_PORTH_DIR_R        (*((reg32_t *)0x40027400))
+#define GPIO_PORTH_IS_R         (*((reg32_t *)0x40027404))
+#define GPIO_PORTH_IBE_R        (*((reg32_t *)0x40027408))
+#define GPIO_PORTH_IEV_R        (*((reg32_t *)0x4002740C))
+#define GPIO_PORTH_IM_R         (*((reg32_t *)0x40027410))
+#define GPIO_PORTH_RIS_R        (*((reg32_t *)0x40027414))
+#define GPIO_PORTH_MIS_R        (*((reg32_t *)0x40027418))
+#define GPIO_PORTH_ICR_R        (*((reg32_t *)0x4002741C))
+#define GPIO_PORTH_AFSEL_R      (*((reg32_t *)0x40027420))
+#define GPIO_PORTH_DR2R_R       (*((reg32_t *)0x40027500))
+#define GPIO_PORTH_DR4R_R       (*((reg32_t *)0x40027504))
+#define GPIO_PORTH_DR8R_R       (*((reg32_t *)0x40027508))
+#define GPIO_PORTH_ODR_R        (*((reg32_t *)0x4002750C))
+#define GPIO_PORTH_PUR_R        (*((reg32_t *)0x40027510))
+#define GPIO_PORTH_PDR_R        (*((reg32_t *)0x40027514))
+#define GPIO_PORTH_SLR_R        (*((reg32_t *)0x40027518))
+#define GPIO_PORTH_DEN_R        (*((reg32_t *)0x4002751C))
+#define GPIO_PORTH_LOCK_R       (*((reg32_t *)0x40027520))
+#define GPIO_PORTH_CR_R         (*((reg32_t *)0x40027524))
+/*\}*/
+
+/**
+ * PWM registers (PWM)
+ */
+/*\{*/
+#define PWM_CTL_R               (*((reg32_t *)0x40028000))
+#define PWM_SYNC_R              (*((reg32_t *)0x40028004))
+#define PWM_ENABLE_R            (*((reg32_t *)0x40028008))
+#define PWM_INVERT_R            (*((reg32_t *)0x4002800C))
+#define PWM_FAULT_R             (*((reg32_t *)0x40028010))
+#define PWM_INTEN_R             (*((reg32_t *)0x40028014))
+#define PWM_RIS_R               (*((reg32_t *)0x40028018))
+#define PWM_ISC_R               (*((reg32_t *)0x4002801C))
+#define PWM_STATUS_R            (*((reg32_t *)0x40028020))
+#define PWM_0_CTL_R             (*((reg32_t *)0x40028040))
+#define PWM_0_INTEN_R           (*((reg32_t *)0x40028044))
+#define PWM_0_RIS_R             (*((reg32_t *)0x40028048))
+#define PWM_0_ISC_R             (*((reg32_t *)0x4002804C))
+#define PWM_0_LOAD_R            (*((reg32_t *)0x40028050))
+#define PWM_0_COUNT_R           (*((reg32_t *)0x40028054))
+#define PWM_0_CMPA_R            (*((reg32_t *)0x40028058))
+#define PWM_0_CMPB_R            (*((reg32_t *)0x4002805C))
+#define PWM_0_GENA_R            (*((reg32_t *)0x40028060))
+#define PWM_0_GENB_R            (*((reg32_t *)0x40028064))
+#define PWM_0_DBCTL_R           (*((reg32_t *)0x40028068))
+#define PWM_0_DBRISE_R          (*((reg32_t *)0x4002806C))
+#define PWM_0_DBFALL_R          (*((reg32_t *)0x40028070))
+#define PWM_1_CTL_R             (*((reg32_t *)0x40028080))
+#define PWM_1_INTEN_R           (*((reg32_t *)0x40028084))
+#define PWM_1_RIS_R             (*((reg32_t *)0x40028088))
+#define PWM_1_ISC_R             (*((reg32_t *)0x4002808C))
+#define PWM_1_LOAD_R            (*((reg32_t *)0x40028090))
+#define PWM_1_COUNT_R           (*((reg32_t *)0x40028094))
+#define PWM_1_CMPA_R            (*((reg32_t *)0x40028098))
+#define PWM_1_CMPB_R            (*((reg32_t *)0x4002809C))
+#define PWM_1_GENA_R            (*((reg32_t *)0x400280A0))
+#define PWM_1_GENB_R            (*((reg32_t *)0x400280A4))
+#define PWM_1_DBCTL_R           (*((reg32_t *)0x400280A8))
+#define PWM_1_DBRISE_R          (*((reg32_t *)0x400280AC))
+#define PWM_1_DBFALL_R          (*((reg32_t *)0x400280B0))
+#define PWM_2_CTL_R             (*((reg32_t *)0x400280C0))
+#define PWM_2_INTEN_R           (*((reg32_t *)0x400280C4))
+#define PWM_2_RIS_R             (*((reg32_t *)0x400280C8))
+#define PWM_2_ISC_R             (*((reg32_t *)0x400280CC))
+#define PWM_2_LOAD_R            (*((reg32_t *)0x400280D0))
+#define PWM_2_COUNT_R           (*((reg32_t *)0x400280D4))
+#define PWM_2_CMPA_R            (*((reg32_t *)0x400280D8))
+#define PWM_2_CMPB_R            (*((reg32_t *)0x400280DC))
+#define PWM_2_GENA_R            (*((reg32_t *)0x400280E0))
+#define PWM_2_GENB_R            (*((reg32_t *)0x400280E4))
+#define PWM_2_DBCTL_R           (*((reg32_t *)0x400280E8))
+#define PWM_2_DBRISE_R          (*((reg32_t *)0x400280EC))
+#define PWM_2_DBFALL_R          (*((reg32_t *)0x400280F0))
+/*\}*/
+
+/**
+ * QEI registers (QEI0)
+ */
+/*\{*/
+#define QEI0_CTL_R              (*((reg32_t *)0x4002C000))
+#define QEI0_STAT_R             (*((reg32_t *)0x4002C004))
+#define QEI0_POS_R              (*((reg32_t *)0x4002C008))
+#define QEI0_MAXPOS_R           (*((reg32_t *)0x4002C00C))
+#define QEI0_LOAD_R             (*((reg32_t *)0x4002C010))
+#define QEI0_TIME_R             (*((reg32_t *)0x4002C014))
+#define QEI0_COUNT_R            (*((reg32_t *)0x4002C018))
+#define QEI0_SPEED_R            (*((reg32_t *)0x4002C01C))
+#define QEI0_INTEN_R            (*((reg32_t *)0x4002C020))
+#define QEI0_RIS_R              (*((reg32_t *)0x4002C024))
+#define QEI0_ISC_R              (*((reg32_t *)0x4002C028))
+/*\}*/
+
+/**
+ * QEI registers (QEI1)
+ */
+/*\{*/
+#define QEI1_CTL_R              (*((reg32_t *)0x4002D000))
+#define QEI1_STAT_R             (*((reg32_t *)0x4002D004))
+#define QEI1_POS_R              (*((reg32_t *)0x4002D008))
+#define QEI1_MAXPOS_R           (*((reg32_t *)0x4002D00C))
+#define QEI1_LOAD_R             (*((reg32_t *)0x4002D010))
+#define QEI1_TIME_R             (*((reg32_t *)0x4002D014))
+#define QEI1_COUNT_R            (*((reg32_t *)0x4002D018))
+#define QEI1_SPEED_R            (*((reg32_t *)0x4002D01C))
+#define QEI1_INTEN_R            (*((reg32_t *)0x4002D020))
+#define QEI1_RIS_R              (*((reg32_t *)0x4002D024))
+#define QEI1_ISC_R              (*((reg32_t *)0x4002D028))
+/*\}*/
+
+/**
+ * Timer registers (TIMER0)
+ */
+/*\{*/
+#define TIMER0_CFG_R            (*((reg32_t *)0x40030000))
+#define TIMER0_TAMR_R           (*((reg32_t *)0x40030004))
+#define TIMER0_TBMR_R           (*((reg32_t *)0x40030008))
+#define TIMER0_CTL_R            (*((reg32_t *)0x4003000C))
+#define TIMER0_IMR_R            (*((reg32_t *)0x40030018))
+#define TIMER0_RIS_R            (*((reg32_t *)0x4003001C))
+#define TIMER0_MIS_R            (*((reg32_t *)0x40030020))
+#define TIMER0_ICR_R            (*((reg32_t *)0x40030024))
+#define TIMER0_TAILR_R          (*((reg32_t *)0x40030028))
+#define TIMER0_TBILR_R          (*((reg32_t *)0x4003002C))
+#define TIMER0_TAMATCHR_R       (*((reg32_t *)0x40030030))
+#define TIMER0_TBMATCHR_R       (*((reg32_t *)0x40030034))
+#define TIMER0_TAPR_R           (*((reg32_t *)0x40030038))
+#define TIMER0_TBPR_R           (*((reg32_t *)0x4003003C))
+#define TIMER0_TAPMR_R          (*((reg32_t *)0x40030040))
+#define TIMER0_TBPMR_R          (*((reg32_t *)0x40030044))
+#define TIMER0_TAR_R            (*((reg32_t *)0x40030048))
+#define TIMER0_TBR_R            (*((reg32_t *)0x4003004C))
+/*\}*/
+
+/**
+ * Timer registers (TIMER1)
+ */
+/*\{*/
+#define TIMER1_CFG_R            (*((reg32_t *)0x40031000))
+#define TIMER1_TAMR_R           (*((reg32_t *)0x40031004))
+#define TIMER1_TBMR_R           (*((reg32_t *)0x40031008))
+#define TIMER1_CTL_R            (*((reg32_t *)0x4003100C))
+#define TIMER1_IMR_R            (*((reg32_t *)0x40031018))
+#define TIMER1_RIS_R            (*((reg32_t *)0x4003101C))
+#define TIMER1_MIS_R            (*((reg32_t *)0x40031020))
+#define TIMER1_ICR_R            (*((reg32_t *)0x40031024))
+#define TIMER1_TAILR_R          (*((reg32_t *)0x40031028))
+#define TIMER1_TBILR_R          (*((reg32_t *)0x4003102C))
+#define TIMER1_TAMATCHR_R       (*((reg32_t *)0x40031030))
+#define TIMER1_TBMATCHR_R       (*((reg32_t *)0x40031034))
+#define TIMER1_TAPR_R           (*((reg32_t *)0x40031038))
+#define TIMER1_TBPR_R           (*((reg32_t *)0x4003103C))
+#define TIMER1_TAPMR_R          (*((reg32_t *)0x40031040))
+#define TIMER1_TBPMR_R          (*((reg32_t *)0x40031044))
+#define TIMER1_TAR_R            (*((reg32_t *)0x40031048))
+#define TIMER1_TBR_R            (*((reg32_t *)0x4003104C))
+/*\}*/
+
+/**
+ * Timer registers (TIMER2)
+ */
+/*\{*/
+#define TIMER2_CFG_R            (*((reg32_t *)0x40032000))
+#define TIMER2_TAMR_R           (*((reg32_t *)0x40032004))
+#define TIMER2_TBMR_R           (*((reg32_t *)0x40032008))
+#define TIMER2_CTL_R            (*((reg32_t *)0x4003200C))
+#define TIMER2_IMR_R            (*((reg32_t *)0x40032018))
+#define TIMER2_RIS_R            (*((reg32_t *)0x4003201C))
+#define TIMER2_MIS_R            (*((reg32_t *)0x40032020))
+#define TIMER2_ICR_R            (*((reg32_t *)0x40032024))
+#define TIMER2_TAILR_R          (*((reg32_t *)0x40032028))
+#define TIMER2_TBILR_R          (*((reg32_t *)0x4003202C))
+#define TIMER2_TAMATCHR_R       (*((reg32_t *)0x40032030))
+#define TIMER2_TBMATCHR_R       (*((reg32_t *)0x40032034))
+#define TIMER2_TAPR_R           (*((reg32_t *)0x40032038))
+#define TIMER2_TBPR_R           (*((reg32_t *)0x4003203C))
+#define TIMER2_TAPMR_R          (*((reg32_t *)0x40032040))
+#define TIMER2_TBPMR_R          (*((reg32_t *)0x40032044))
+#define TIMER2_TAR_R            (*((reg32_t *)0x40032048))
+#define TIMER2_TBR_R            (*((reg32_t *)0x4003204C))
+/*\}*/
+
+/**
+ * Timer registers (TIMER3)
+ */
+/*\{*/
+#define TIMER3_CFG_R            (*((reg32_t *)0x40033000))
+#define TIMER3_TAMR_R           (*((reg32_t *)0x40033004))
+#define TIMER3_TBMR_R           (*((reg32_t *)0x40033008))
+#define TIMER3_CTL_R            (*((reg32_t *)0x4003300C))
+#define TIMER3_IMR_R            (*((reg32_t *)0x40033018))
+#define TIMER3_RIS_R            (*((reg32_t *)0x4003301C))
+#define TIMER3_MIS_R            (*((reg32_t *)0x40033020))
+#define TIMER3_ICR_R            (*((reg32_t *)0x40033024))
+#define TIMER3_TAILR_R          (*((reg32_t *)0x40033028))
+#define TIMER3_TBILR_R          (*((reg32_t *)0x4003302C))
+#define TIMER3_TAMATCHR_R       (*((reg32_t *)0x40033030))
+#define TIMER3_TBMATCHR_R       (*((reg32_t *)0x40033034))
+#define TIMER3_TAPR_R           (*((reg32_t *)0x40033038))
+#define TIMER3_TBPR_R           (*((reg32_t *)0x4003303C))
+#define TIMER3_TAPMR_R          (*((reg32_t *)0x40033040))
+#define TIMER3_TBPMR_R          (*((reg32_t *)0x40033044))
+#define TIMER3_TAR_R            (*((reg32_t *)0x40033048))
+#define TIMER3_TBR_R            (*((reg32_t *)0x4003304C))
+/*\}*/
+
+/**
+ * ADC registers (ADC0)
+ */
+/*\{*/
+#define ADC0_ACTSS_R            (*((reg32_t *)0x40038000))
+#define ADC0_RIS_R              (*((reg32_t *)0x40038004))
+#define ADC0_IM_R               (*((reg32_t *)0x40038008))
+#define ADC0_ISC_R              (*((reg32_t *)0x4003800C))
+#define ADC0_OSTAT_R            (*((reg32_t *)0x40038010))
+#define ADC0_EMUX_R             (*((reg32_t *)0x40038014))
+#define ADC0_USTAT_R            (*((reg32_t *)0x40038018))
+#define ADC0_SSPRI_R            (*((reg32_t *)0x40038020))
+#define ADC0_PSSI_R             (*((reg32_t *)0x40038028))
+#define ADC0_SAC_R              (*((reg32_t *)0x40038030))
+#define ADC0_SSMUX0_R           (*((reg32_t *)0x40038040))
+#define ADC0_SSCTL0_R           (*((reg32_t *)0x40038044))
+#define ADC0_SSFIFO0_R          (*((reg32_t *)0x40038048))
+#define ADC0_SSFSTAT0_R         (*((reg32_t *)0x4003804C))
+#define ADC0_SSMUX1_R           (*((reg32_t *)0x40038060))
+#define ADC0_SSCTL1_R           (*((reg32_t *)0x40038064))
+#define ADC0_SSFIFO1_R          (*((reg32_t *)0x40038068))
+#define ADC0_SSFSTAT1_R         (*((reg32_t *)0x4003806C))
+#define ADC0_SSMUX2_R           (*((reg32_t *)0x40038080))
+#define ADC0_SSCTL2_R           (*((reg32_t *)0x40038084))
+#define ADC0_SSFIFO2_R          (*((reg32_t *)0x40038088))
+#define ADC0_SSFSTAT2_R         (*((reg32_t *)0x4003808C))
+#define ADC0_SSMUX3_R           (*((reg32_t *)0x400380A0))
+#define ADC0_SSCTL3_R           (*((reg32_t *)0x400380A4))
+#define ADC0_SSFIFO3_R          (*((reg32_t *)0x400380A8))
+#define ADC0_SSFSTAT3_R         (*((reg32_t *)0x400380AC))
+#define ADC0_TMLB_R             (*((reg32_t *)0x40038100))
+/*\}*/
+
+/**
+ * Comparator registers (COMP)
+ */
+/*\{*/
+#define COMP_ACMIS_R            (*((reg32_t *)0x4003C000))
+#define COMP_ACRIS_R            (*((reg32_t *)0x4003C004))
+#define COMP_ACINTEN_R          (*((reg32_t *)0x4003C008))
+#define COMP_ACREFCTL_R         (*((reg32_t *)0x4003C010))
+#define COMP_ACSTAT0_R          (*((reg32_t *)0x4003C020))
+#define COMP_ACCTL0_R           (*((reg32_t *)0x4003C024))
+#define COMP_ACSTAT1_R          (*((reg32_t *)0x4003C040))
+#define COMP_ACCTL1_R           (*((reg32_t *)0x4003C044))
+#define COMP_ACSTAT2_R          (*((reg32_t *)0x4003C060))
+#define COMP_ACCTL2_R           (*((reg32_t *)0x4003C064))
+/*\}*/
+
+/**
+ * Hibernation module registers (HIB)
+ */
+/*\{*/
+#define HIB_RTCC_R              (*((reg32_t *)0x400FC000))
+#define HIB_RTCM0_R             (*((reg32_t *)0x400FC004))
+#define HIB_RTCM1_R             (*((reg32_t *)0x400FC008))
+#define HIB_RTCLD_R             (*((reg32_t *)0x400FC00C))
+#define HIB_CTL_R               (*((reg32_t *)0x400FC010))
+#define HIB_IM_R                (*((reg32_t *)0x400FC014))
+#define HIB_RIS_R               (*((reg32_t *)0x400FC018))
+#define HIB_MIS_R               (*((reg32_t *)0x400FC01C))
+#define HIB_IC_R                (*((reg32_t *)0x400FC020))
+#define HIB_RTCT_R              (*((reg32_t *)0x400FC024))
+#define HIB_DATA_R              (*((reg32_t *)0x400FC030))
+/*\}*/
+
+/**
+ * FLASH registers (FLASH CTRL)
+ */
+/*\{*/
+#define FLASH_FMA_R             (*((reg32_t *)0x400FD000))
+#define FLASH_FMD_R             (*((reg32_t *)0x400FD004))
+#define FLASH_FMC_R             (*((reg32_t *)0x400FD008))
+#define FLASH_FCRIS_R           (*((reg32_t *)0x400FD00C))
+#define FLASH_FCIM_R            (*((reg32_t *)0x400FD010))
+#define FLASH_FCMISC_R          (*((reg32_t *)0x400FD014))
+#define FLASH_USECRL_R          (*((reg32_t *)0x400FE140))
+#define FLASH_USERDBG_R         (*((reg32_t *)0x400FE1D0))
+#define FLASH_USERREG0_R        (*((reg32_t *)0x400FE1E0))
+#define FLASH_USERREG1_R        (*((reg32_t *)0x400FE1E4))
+#define FLASH_FMPRE0_R          (*((reg32_t *)0x400FE200))
+#define FLASH_FMPRE1_R          (*((reg32_t *)0x400FE204))
+#define FLASH_FMPRE2_R          (*((reg32_t *)0x400FE208))
+#define FLASH_FMPRE3_R          (*((reg32_t *)0x400FE20C))
+#define FLASH_FMPPE0_R          (*((reg32_t *)0x400FE400))
+#define FLASH_FMPPE1_R          (*((reg32_t *)0x400FE404))
+#define FLASH_FMPPE2_R          (*((reg32_t *)0x400FE408))
+#define FLASH_FMPPE3_R          (*((reg32_t *)0x400FE40C))
+/*\}*/
+
+/**
+ * System Control registers (SYSCTL)
+ */
+/*\{*/
+#define SYSCTL_DID0_R           (*((reg32_t *)0x400FE000))
+#define SYSCTL_DID1_R           (*((reg32_t *)0x400FE004))
+#define SYSCTL_DC0_R            (*((reg32_t *)0x400FE008))
+#define SYSCTL_DC1_R            (*((reg32_t *)0x400FE010))
+#define SYSCTL_DC2_R            (*((reg32_t *)0x400FE014))
+#define SYSCTL_DC3_R            (*((reg32_t *)0x400FE018))
+#define SYSCTL_DC4_R            (*((reg32_t *)0x400FE01C))
+#define SYSCTL_PBORCTL_R        (*((reg32_t *)0x400FE030))
+#define SYSCTL_LDOPCTL_R        (*((reg32_t *)0x400FE034))
+#define SYSCTL_SRCR0_R          (*((reg32_t *)0x400FE040))
+#define SYSCTL_SRCR1_R          (*((reg32_t *)0x400FE044))
+#define SYSCTL_SRCR2_R          (*((reg32_t *)0x400FE048))
+#define SYSCTL_RIS_R            (*((reg32_t *)0x400FE050))
+#define SYSCTL_IMC_R            (*((reg32_t *)0x400FE054))
+#define SYSCTL_MISC_R           (*((reg32_t *)0x400FE058))
+#define SYSCTL_RESC_R           (*((reg32_t *)0x400FE05C))
+#define SYSCTL_RCC_R            (*((reg32_t *)0x400FE060))
+#define SYSCTL_PLLCFG_R         (*((reg32_t *)0x400FE064))
+#define SYSCTL_RCC2_R           (*((reg32_t *)0x400FE070))
+#define SYSCTL_RCGC0_R          (*((reg32_t *)0x400FE100))
+#define SYSCTL_RCGC1_R          (*((reg32_t *)0x400FE104))
+#define SYSCTL_RCGC2_R          (*((reg32_t *)0x400FE108))
+#define SYSCTL_SCGC0_R          (*((reg32_t *)0x400FE110))
+#define SYSCTL_SCGC1_R          (*((reg32_t *)0x400FE114))
+#define SYSCTL_SCGC2_R          (*((reg32_t *)0x400FE118))
+#define SYSCTL_DCGC0_R          (*((reg32_t *)0x400FE120))
+#define SYSCTL_DCGC1_R          (*((reg32_t *)0x400FE124))
+#define SYSCTL_DCGC2_R          (*((reg32_t *)0x400FE128))
+#define SYSCTL_DSLPCLKCFG_R     (*((reg32_t *)0x400FE144))
+/*\}*/
+
+/**
+ * NVIC registers (NVIC)
+ */
+/*\{*/
+#define NVIC_INT_TYPE_R         (*((reg32_t *)0xE000E004))
+#define NVIC_ST_CTRL_R          (*((reg32_t *)0xE000E010))
+#define NVIC_ST_RELOAD_R        (*((reg32_t *)0xE000E014))
+#define NVIC_ST_CURRENT_R       (*((reg32_t *)0xE000E018))
+#define NVIC_ST_CAL_R           (*((reg32_t *)0xE000E01C))
+#define NVIC_EN0_R              (*((reg32_t *)0xE000E100))
+#define NVIC_EN1_R              (*((reg32_t *)0xE000E104))
+#define NVIC_DIS0_R             (*((reg32_t *)0xE000E180))
+#define NVIC_DIS1_R             (*((reg32_t *)0xE000E184))
+#define NVIC_PEND0_R            (*((reg32_t *)0xE000E200))
+#define NVIC_PEND1_R            (*((reg32_t *)0xE000E204))
+#define NVIC_UNPEND0_R          (*((reg32_t *)0xE000E280))
+#define NVIC_UNPEND1_R          (*((reg32_t *)0xE000E284))
+#define NVIC_ACTIVE0_R          (*((reg32_t *)0xE000E300))
+#define NVIC_ACTIVE1_R          (*((reg32_t *)0xE000E304))
+#define NVIC_PRI0_R             (*((reg32_t *)0xE000E400))
+#define NVIC_PRI1_R             (*((reg32_t *)0xE000E404))
+#define NVIC_PRI2_R             (*((reg32_t *)0xE000E408))
+#define NVIC_PRI3_R             (*((reg32_t *)0xE000E40C))
+#define NVIC_PRI4_R             (*((reg32_t *)0xE000E410))
+#define NVIC_PRI5_R             (*((reg32_t *)0xE000E414))
+#define NVIC_PRI6_R             (*((reg32_t *)0xE000E418))
+#define NVIC_PRI7_R             (*((reg32_t *)0xE000E41C))
+#define NVIC_PRI8_R             (*((reg32_t *)0xE000E420))
+#define NVIC_PRI9_R             (*((reg32_t *)0xE000E424))
+#define NVIC_PRI10_R            (*((reg32_t *)0xE000E428))
+#define NVIC_CPUID_R            (*((reg32_t *)0xE000ED00))
+#define NVIC_INT_CTRL_R         (*((reg32_t *)0xE000ED04))
+#define NVIC_VTABLE_R           (*((reg32_t *)0xE000ED08))
+#define NVIC_APINT_R            (*((reg32_t *)0xE000ED0C))
+#define NVIC_SYS_CTRL_R         (*((reg32_t *)0xE000ED10))
+#define NVIC_CFG_CTRL_R         (*((reg32_t *)0xE000ED14))
+#define NVIC_SYS_PRI1_R         (*((reg32_t *)0xE000ED18))
+#define NVIC_SYS_PRI2_R         (*((reg32_t *)0xE000ED1C))
+#define NVIC_SYS_PRI3_R         (*((reg32_t *)0xE000ED20))
+#define NVIC_SYS_HND_CTRL_R     (*((reg32_t *)0xE000ED24))
+#define NVIC_FAULT_STAT_R       (*((reg32_t *)0xE000ED28))
+#define NVIC_HFAULT_STAT_R      (*((reg32_t *)0xE000ED2C))
+#define NVIC_DEBUG_STAT_R       (*((reg32_t *)0xE000ED30))
+#define NVIC_MM_ADDR_R          (*((reg32_t *)0xE000ED34))
+#define NVIC_FAULT_ADDR_R       (*((reg32_t *)0xE000ED38))
+#define NVIC_MPU_TYPE_R         (*((reg32_t *)0xE000ED90))
+#define NVIC_MPU_CTRL_R         (*((reg32_t *)0xE000ED94))
+#define NVIC_MPU_NUMBER_R       (*((reg32_t *)0xE000ED98))
+#define NVIC_MPU_BASE_R         (*((reg32_t *)0xE000ED9C))
+#define NVIC_MPU_ATTR_R         (*((reg32_t *)0xE000EDA0))
+#define NVIC_DBG_CTRL_R         (*((reg32_t *)0xE000EDF0))
+#define NVIC_DBG_XFER_R         (*((reg32_t *)0xE000EDF4))
+#define NVIC_DBG_DATA_R         (*((reg32_t *)0xE000EDF8))
+#define NVIC_DBG_INT_R          (*((reg32_t *)0xE000EDFC))
+#define NVIC_SW_TRIG_R          (*((reg32_t *)0xE000EF00))
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_LOAD register.
+ */
+/*\{*/
+#define WDT_LOAD_M              0xFFFFFFFF  ///< Watchdog Load Value
+#define WDT_LOAD_S              0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_VALUE register.
+ */
+/*\{*/
+#define WDT_VALUE_M             0xFFFFFFFF  ///< Watchdog Value
+#define WDT_VALUE_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_CTL register.
+ */
+/*\{*/
+#define WDT_CTL_RESEN           0x00000002  ///< Watchdog Reset Enable
+#define WDT_CTL_INTEN           0x00000001  ///< Watchdog Interrupt Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_ICR register.
+ */
+/*\{*/
+#define WDT_ICR_M               0xFFFFFFFF  ///< Watchdog Interrupt Clear
+#define WDT_ICR_S               0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_RIS register.
+ */
+/*\{*/
+#define WDT_RIS_WDTRIS          0x00000001  ///< Watchdog Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_MIS register.
+ */
+/*\{*/
+#define WDT_MIS_WDTMIS          0x00000001  ///< Watchdog Masked Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_TEST register.
+ */
+/*\{*/
+#define WDT_TEST_STALL          0x00000100  ///< Watchdog Stall Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the WDT_O_LOCK register.
+ */
+/*\{*/
+#define WDT_LOCK_M              0xFFFFFFFF  ///< Watchdog Lock
+#define WDT_LOCK_UNLOCKED       0x00000000  ///< Unlocked
+#define WDT_LOCK_LOCKED         0x00000001  ///< Locked
+#define WDT_LOCK_UNLOCK         0x1ACCE551  ///< Unlocks the watchdog timer
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the GPIO_O_LOCK register.
+ */
+/*\{*/
+#define GPIO_LOCK_M             0xFFFFFFFF  ///< GPIO Lock
+#define GPIO_LOCK_UNLOCKED      0x00000000  ///< The GPIOCR register is unlocked
+                                            ///< and may be modified
+#define GPIO_LOCK_LOCKED        0x00000001  ///< The GPIOCR register is locked
+                                            ///< and may not be modified
+#define GPIO_LOCK_KEY           0x1ACCE551  ///< Unlocks the GPIO_CR register
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_CR0 register.
+ */
+/*\{*/
+#define SSI_CR0_SCR_M           0x0000FF00  ///< SSI Serial Clock Rate
+#define SSI_CR0_SPH             0x00000080  ///< SSI Serial Clock Phase
+#define SSI_CR0_SPO             0x00000040  ///< SSI Serial Clock Polarity
+#define SSI_CR0_FRF_M           0x00000030  ///< SSI Frame Format Select
+#define SSI_CR0_FRF_MOTO        0x00000000  ///< Freescale SPI Frame Format
+#define SSI_CR0_FRF_TI          0x00000010  ///< Texas Instruments Synchronous
+                                            ///< Serial Frame Format
+#define SSI_CR0_FRF_NMW         0x00000020  ///< MICROWIRE Frame Format
+#define SSI_CR0_DSS_M           0x0000000F  ///< SSI Data Size Select
+#define SSI_CR0_DSS_4           0x00000003  ///< 4-bit data
+#define SSI_CR0_DSS_5           0x00000004  ///< 5-bit data
+#define SSI_CR0_DSS_6           0x00000005  ///< 6-bit data
+#define SSI_CR0_DSS_7           0x00000006  ///< 7-bit data
+#define SSI_CR0_DSS_8           0x00000007  ///< 8-bit data
+#define SSI_CR0_DSS_9           0x00000008  ///< 9-bit data
+#define SSI_CR0_DSS_10          0x00000009  ///< 10-bit data
+#define SSI_CR0_DSS_11          0x0000000A  ///< 11-bit data
+#define SSI_CR0_DSS_12          0x0000000B  ///< 12-bit data
+#define SSI_CR0_DSS_13          0x0000000C  ///< 13-bit data
+#define SSI_CR0_DSS_14          0x0000000D  ///< 14-bit data
+#define SSI_CR0_DSS_15          0x0000000E  ///< 15-bit data
+#define SSI_CR0_DSS_16          0x0000000F  ///< 16-bit data
+#define SSI_CR0_SCR_S           8
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_CR1 register.
+ */
+/*\{*/
+#define SSI_CR1_SOD             0x00000008  ///< SSI Slave Mode Output Disable
+#define SSI_CR1_MS              0x00000004  ///< SSI Master/Slave Select
+#define SSI_CR1_SSE             0x00000002  ///< SSI Synchronous Serial Port
+                                            ///< Enable
+#define SSI_CR1_LBM             0x00000001  ///< SSI Loopback Mode
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_DR register.
+ */
+/*\{*/
+#define SSI_DR_DATA_M           0x0000FFFF  ///< SSI Receive/Transmit Data
+#define SSI_DR_DATA_S           0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_SR register.
+ */
+/*\{*/
+#define SSI_SR_BSY              0x00000010  ///< SSI Busy Bit
+#define SSI_SR_RFF              0x00000008  ///< SSI Receive FIFO Full
+#define SSI_SR_RNE              0x00000004  ///< SSI Receive FIFO Not Empty
+#define SSI_SR_TNF              0x00000002  ///< SSI Transmit FIFO Not Full
+#define SSI_SR_TFE              0x00000001  ///< SSI Transmit FIFO Empty
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_CPSR register.
+ */
+/*\{*/
+#define SSI_CPSR_CPSDVSR_M      0x000000FF  ///< SSI Clock Prescale Divisor
+#define SSI_CPSR_CPSDVSR_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_IM register.
+ */
+/*\{*/
+#define SSI_IM_TXIM             0x00000008  ///< SSI Transmit FIFO Interrupt Mask
+#define SSI_IM_RXIM             0x00000004  ///< SSI Receive FIFO Interrupt Mask
+#define SSI_IM_RTIM             0x00000002  ///< SSI Receive Time-Out Interrupt
+                                            ///< Mask
+#define SSI_IM_RORIM            0x00000001  ///< SSI Receive Overrun Interrupt
+                                            ///< Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_RIS register.
+ */
+/*\{*/
+#define SSI_RIS_TXRIS           0x00000008  ///< SSI Transmit FIFO Raw Interrupt
+                                            ///< Status
+#define SSI_RIS_RXRIS           0x00000004  ///< SSI Receive FIFO Raw Interrupt
+                                            ///< Status
+#define SSI_RIS_RTRIS           0x00000002  ///< SSI Receive Time-Out Raw
+                                            ///< Interrupt Status
+#define SSI_RIS_RORRIS          0x00000001  ///< SSI Receive Overrun Raw
+                                            ///< Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_MIS register.
+ */
+/*\{*/
+#define SSI_MIS_TXMIS           0x00000008  ///< SSI Transmit FIFO Masked
+                                            ///< Interrupt Status
+#define SSI_MIS_RXMIS           0x00000004  ///< SSI Receive FIFO Masked
+                                            ///< Interrupt Status
+#define SSI_MIS_RTMIS           0x00000002  ///< SSI Receive Time-Out Masked
+                                            ///< Interrupt Status
+#define SSI_MIS_RORMIS          0x00000001  ///< SSI Receive Overrun Masked
+                                            ///< Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the SSI_O_ICR register.
+ */
+/*\{*/
+#define SSI_ICR_RTIC            0x00000002  ///< SSI Receive Time-Out Interrupt
+                                            ///< Clear
+#define SSI_ICR_RORIC           0x00000001  ///< SSI Receive Overrun Interrupt
+                                            ///< Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_DR register.
+ */
+/*\{*/
+#define UART_DR_OE              0x00000800  ///< UART Overrun Error
+#define UART_DR_BE              0x00000400  ///< UART Break Error
+#define UART_DR_PE              0x00000200  ///< UART Parity Error
+#define UART_DR_FE              0x00000100  ///< UART Framing Error
+#define UART_DR_DATA_M          0x000000FF  ///< Data Transmitted or Received
+#define UART_DR_DATA_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_RSR register.
+ */
+/*\{*/
+#define UART_RSR_OE             0x00000008  ///< UART Overrun Error
+#define UART_RSR_BE             0x00000004  ///< UART Break Error
+#define UART_RSR_PE             0x00000002  ///< UART Parity Error
+#define UART_RSR_FE             0x00000001  ///< UART Framing Error
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_ECR register.
+ */
+/*\{*/
+#define UART_ECR_DATA_M         0x000000FF  ///< Error Clear
+#define UART_ECR_DATA_S         0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_FR register.
+ */
+/*\{*/
+#define UART_FR_TXFE            0x00000080  ///< UART Transmit FIFO Empty
+#define UART_FR_RXFF            0x00000040  ///< UART Receive FIFO Full
+#define UART_FR_TXFF            0x00000020  ///< UART Transmit FIFO Full
+#define UART_FR_RXFE            0x00000010  ///< UART Receive FIFO Empty
+#define UART_FR_BUSY            0x00000008  ///< UART Busy
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_ILPR register.
+ */
+/*\{*/
+#define UART_ILPR_ILPDVSR_M     0x000000FF  ///< IrDA Low-Power Divisor
+#define UART_ILPR_ILPDVSR_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_IBRD register.
+ */
+/*\{*/
+#define UART_IBRD_DIVINT_M      0x0000FFFF  ///< Integer Baud-Rate Divisor
+#define UART_IBRD_DIVINT_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_FBRD register.
+ */
+/*\{*/
+#define UART_FBRD_DIVFRAC_M     0x0000003F  ///< Fractional Baud-Rate Divisor
+#define UART_FBRD_DIVFRAC_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_LCRH register.
+ */
+/*\{*/
+#define UART_LCRH_SPS           0x00000080  ///< UART Stick Parity Select
+#define UART_LCRH_WLEN_M        0x00000060  ///< UART Word Length
+#define UART_LCRH_WLEN_5        0x00000000  ///< 5 bits (default)
+#define UART_LCRH_WLEN_6        0x00000020  ///< 6 bits
+#define UART_LCRH_WLEN_7        0x00000040  ///< 7 bits
+#define UART_LCRH_WLEN_8        0x00000060  ///< 8 bits
+#define UART_LCRH_FEN           0x00000010  ///< UART Enable FIFOs
+#define UART_LCRH_STP2          0x00000008  ///< UART Two Stop Bits Select
+#define UART_LCRH_EPS           0x00000004  ///< UART Even Parity Select
+#define UART_LCRH_PEN           0x00000002  ///< UART Parity Enable
+#define UART_LCRH_BRK           0x00000001  ///< UART Send Break
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_CTL register.
+ */
+/*\{*/
+#define UART_CTL_RXE            0x00000200  ///< UART Receive Enable
+#define UART_CTL_TXE            0x00000100  ///< UART Transmit Enable
+#define UART_CTL_LBE            0x00000080  ///< UART Loop Back Enable
+#define UART_CTL_SIRLP          0x00000004  ///< UART SIR Low-Power Mode
+#define UART_CTL_SIREN          0x00000002  ///< UART SIR Enable
+#define UART_CTL_UARTEN         0x00000001  ///< UART Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_IFLS register.
+ */
+/*\{*/
+#define UART_IFLS_RX_M          0x00000038  ///< UART Receive Interrupt FIFO
+                                            ///< Level Select
+#define UART_IFLS_RX1_8         0x00000000  ///< RX FIFO >= 1/8 full
+#define UART_IFLS_RX2_8         0x00000008  ///< RX FIFO >= 1/4 full
+#define UART_IFLS_RX4_8         0x00000010  ///< RX FIFO >= 1/2 full (default)
+#define UART_IFLS_RX6_8         0x00000018  ///< RX FIFO >= 3/4 full
+#define UART_IFLS_RX7_8         0x00000020  ///< RX FIFO >= 7/8 full
+#define UART_IFLS_TX_M          0x00000007  ///< UART Transmit Interrupt FIFO
+                                            ///< Level Select
+#define UART_IFLS_TX1_8         0x00000000  ///< TX FIFO <= 1/8 full
+#define UART_IFLS_TX2_8         0x00000001  ///< TX FIFO <= 1/4 full
+#define UART_IFLS_TX4_8         0x00000002  ///< TX FIFO <= 1/2 full (default)
+#define UART_IFLS_TX6_8         0x00000003  ///< TX FIFO <= 3/4 full
+#define UART_IFLS_TX7_8         0x00000004  ///< TX FIFO <= 7/8 full
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_IM register.
+ */
+/*\{*/
+#define UART_IM_OEIM            0x00000400  ///< UART Overrun Error Interrupt
+                                            ///< Mask
+#define UART_IM_BEIM            0x00000200  ///< UART Break Error Interrupt Mask
+#define UART_IM_PEIM            0x00000100  ///< UART Parity Error Interrupt Mask
+#define UART_IM_FEIM            0x00000080  ///< UART Framing Error Interrupt
+                                            ///< Mask
+#define UART_IM_RTIM            0x00000040  ///< UART Receive Time-Out Interrupt
+                                            ///< Mask
+#define UART_IM_TXIM            0x00000020  ///< UART Transmit Interrupt Mask
+#define UART_IM_RXIM            0x00000010  ///< UART Receive Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_RIS register.
+ */
+/*\{*/
+#define UART_RIS_OERIS          0x00000400  ///< UART Overrun Error Raw Interrupt
+                                            ///< Status
+#define UART_RIS_BERIS          0x00000200  ///< UART Break Error Raw Interrupt
+                                            ///< Status
+#define UART_RIS_PERIS          0x00000100  ///< UART Parity Error Raw Interrupt
+                                            ///< Status
+#define UART_RIS_FERIS          0x00000080  ///< UART Framing Error Raw Interrupt
+                                            ///< Status
+#define UART_RIS_RTRIS          0x00000040  ///< UART Receive Time-Out Raw
+                                            ///< Interrupt Status
+#define UART_RIS_TXRIS          0x00000020  ///< UART Transmit Raw Interrupt
+                                            ///< Status
+#define UART_RIS_RXRIS          0x00000010  ///< UART Receive Raw Interrupt
+                                            ///< Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_MIS register.
+ */
+/*\{*/
+#define UART_MIS_OEMIS          0x00000400  ///< UART Overrun Error Masked
+                                            ///< Interrupt Status
+#define UART_MIS_BEMIS          0x00000200  ///< UART Break Error Masked
+                                            ///< Interrupt Status
+#define UART_MIS_PEMIS          0x00000100  ///< UART Parity Error Masked
+                                            ///< Interrupt Status
+#define UART_MIS_FEMIS          0x00000080  ///< UART Framing Error Masked
+                                            ///< Interrupt Status
+#define UART_MIS_RTMIS          0x00000040  ///< UART Receive Time-Out Masked
+                                            ///< Interrupt Status
+#define UART_MIS_TXMIS          0x00000020  ///< UART Transmit Masked Interrupt
+                                            ///< Status
+#define UART_MIS_RXMIS          0x00000010  ///< UART Receive Masked Interrupt
+                                            ///< Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the UART_O_ICR register.
+ */
+/*\{*/
+#define UART_ICR_OEIC           0x00000400  ///< Overrun Error Interrupt Clear
+#define UART_ICR_BEIC           0x00000200  ///< Break Error Interrupt Clear
+#define UART_ICR_PEIC           0x00000100  ///< Parity Error Interrupt Clear
+#define UART_ICR_FEIC           0x00000080  ///< Framing Error Interrupt Clear
+#define UART_ICR_RTIC           0x00000040  ///< Receive Time-Out Interrupt Clear
+#define UART_ICR_TXIC           0x00000020  ///< Transmit Interrupt Clear
+#define UART_ICR_RXIC           0x00000010  ///< Receive Interrupt Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MSA register.
+ */
+/*\{*/
+#define I2C_MSA_SA_M            0x000000FE  ///< I2C Slave Address
+#define I2C_MSA_RS              0x00000001  ///< Receive not send
+#define I2C_MSA_SA_S            1
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SOAR register.
+ */
+/*\{*/
+#define I2C_SOAR_OAR_M          0x0000007F  ///< I2C Slave Own Address
+#define I2C_SOAR_OAR_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SCSR register.
+ */
+/*\{*/
+#define I2C_SCSR_FBR            0x00000004  ///< First Byte Received
+#define I2C_SCSR_TREQ           0x00000002  ///< Transmit Request
+#define I2C_SCSR_DA             0x00000001  ///< Device Active
+#define I2C_SCSR_RREQ           0x00000001  ///< Receive Request
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MCS register.
+ */
+/*\{*/
+#define I2C_MCS_BUSBSY          0x00000040  ///< Bus Busy
+#define I2C_MCS_IDLE            0x00000020  ///< I2C Idle
+#define I2C_MCS_ARBLST          0x00000010  ///< Arbitration Lost
+#define I2C_MCS_ACK             0x00000008  ///< Data Acknowledge Enable
+#define I2C_MCS_DATACK          0x00000008  ///< Acknowledge Data
+#define I2C_MCS_ADRACK          0x00000004  ///< Acknowledge Address
+#define I2C_MCS_STOP            0x00000004  ///< Generate STOP
+#define I2C_MCS_START           0x00000002  ///< Generate START
+#define I2C_MCS_ERROR           0x00000002  ///< Error
+#define I2C_MCS_RUN             0x00000001  ///< I2C Master Enable
+#define I2C_MCS_BUSY            0x00000001  ///< I2C Busy
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SDR register.
+ */
+/*\{*/
+#define I2C_SDR_DATA_M          0x000000FF  ///< Data for Transfer
+#define I2C_SDR_DATA_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MDR register.
+ */
+/*\{*/
+#define I2C_MDR_DATA_M          0x000000FF  ///< Data Transferred
+#define I2C_MDR_DATA_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MTPR register.
+ */
+/*\{*/
+#define I2C_MTPR_TPR_M          0x000000FF  ///< SCL Clock Period
+#define I2C_MTPR_TPR_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SIMR register.
+ */
+/*\{*/
+#define I2C_SIMR_DATAIM         0x00000001  ///< Data Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SRIS register.
+ */
+/*\{*/
+#define I2C_SRIS_DATARIS        0x00000001  ///< Data Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MIMR register.
+ */
+/*\{*/
+#define I2C_MIMR_IM             0x00000001  ///< Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MRIS register.
+ */
+/*\{*/
+#define I2C_MRIS_RIS            0x00000001  ///< Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SMIS register.
+ */
+/*\{*/
+#define I2C_SMIS_DATAMIS        0x00000001  ///< Data Masked Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_SICR register.
+ */
+/*\{*/
+#define I2C_SICR_DATAIC         0x00000001  ///< Data Interrupt Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MMIS register.
+ */
+/*\{*/
+#define I2C_MMIS_MIS            0x00000001  ///< Masked Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MICR register.
+ */
+/*\{*/
+#define I2C_MICR_IC             0x00000001  ///< Interrupt Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the I2C_O_MCR register.
+ */
+/*\{*/
+#define I2C_MCR_SFE             0x00000020  ///< I2C Slave Function Enable
+#define I2C_MCR_MFE             0x00000010  ///< I2C Master Function Enable
+#define I2C_MCR_LPBK            0x00000001  ///< I2C Loopback
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_CTL register.
+ */
+/*\{*/
+#define PWM_CTL_GLOBALSYNC2     0x00000004  ///< Update PWM Generator 2
+#define PWM_CTL_GLOBALSYNC1     0x00000002  ///< Update PWM Generator 1
+#define PWM_CTL_GLOBALSYNC0     0x00000001  ///< Update PWM Generator 0
+/*\}*/
 
-#if CPU_ARM_LM3S1968
+/**
+ * The following are defines for the bit fields in the PWM_O_SYNC register.
+ */
+/*\{*/
+#define PWM_SYNC_SYNC2          0x00000004  ///< Reset Generator 2 Counter
+#define PWM_SYNC_SYNC1          0x00000002  ///< Reset Generator 1 Counter
+#define PWM_SYNC_SYNC0          0x00000001  ///< Reset Generator 0 Counter
+/*\}*/
 
-       #define FLASH_BASE      0x00000000
-       #define RAM_BASE        0x20000000
+/**
+ * The following are defines for the bit fields in the PWM_O_ENABLE register.
+ */
+/*\{*/
+#define PWM_ENABLE_PWM5EN       0x00000020  ///< PWM5 Output Enable
+#define PWM_ENABLE_PWM4EN       0x00000010  ///< PWM4 Output Enable
+#define PWM_ENABLE_PWM3EN       0x00000008  ///< PWM3 Output Enable
+#define PWM_ENABLE_PWM2EN       0x00000004  ///< PWM2 Output Enable
+#define PWM_ENABLE_PWM1EN       0x00000002  ///< PWM1 Output Enable
+#define PWM_ENABLE_PWM0EN       0x00000001  ///< PWM0 Output Enable
+/*\}*/
 
-#else
-       #error No base addrese register definition for selected ARM CPU
+/**
+ * The following are defines for the bit fields in the PWM_O_INVERT register.
+ */
+/*\{*/
+#define PWM_INVERT_PWM5INV      0x00000020  ///< Invert PWM5 Signal
+#define PWM_INVERT_PWM4INV      0x00000010  ///< Invert PWM4 Signal
+#define PWM_INVERT_PWM3INV      0x00000008  ///< Invert PWM3 Signal
+#define PWM_INVERT_PWM2INV      0x00000004  ///< Invert PWM2 Signal
+#define PWM_INVERT_PWM1INV      0x00000002  ///< Invert PWM1 Signal
+#define PWM_INVERT_PWM0INV      0x00000001  ///< Invert PWM0 Signal
+/*\}*/
 
-#endif
+/**
+ * The following are defines for the bit fields in the PWM_O_FAULT register.
+ */
+/*\{*/
+#define PWM_FAULT_FAULT5        0x00000020  ///< PWM5 Fault
+#define PWM_FAULT_FAULT4        0x00000010  ///< PWM4 Fault
+#define PWM_FAULT_FAULT3        0x00000008  ///< PWM3 Fault
+#define PWM_FAULT_FAULT2        0x00000004  ///< PWM2 Fault
+#define PWM_FAULT_FAULT1        0x00000002  ///< PWM1 Fault
+#define PWM_FAULT_FAULT0        0x00000001  ///< PWM0 Fault
+/*\}*/
 
-//TODO: add other peripherals
+/**
+ * The following are defines for the bit fields in the PWM_O_INTEN register.
+ */
+/*\{*/
+#define PWM_INTEN_INTFAULT      0x00010000  ///< Fault Interrupt Enable
+#define PWM_INTEN_INTPWM2       0x00000004  ///< PWM2 Interrupt Enable
+#define PWM_INTEN_INTPWM1       0x00000002  ///< PWM1 Interrupt Enable
+#define PWM_INTEN_INTPWM0       0x00000001  ///< PWM0 Interrupt Enable
+/*\}*/
 
+/**
+ * The following are defines for the bit fields in the PWM_O_RIS register.
+ */
+/*\{*/
+#define PWM_RIS_INTFAULT        0x00010000  ///< Fault Interrupt Asserted
+#define PWM_RIS_INTPWM2         0x00000004  ///< PWM2 Interrupt Asserted
+#define PWM_RIS_INTPWM1         0x00000002  ///< PWM1 Interrupt Asserted
+#define PWM_RIS_INTPWM0         0x00000001  ///< PWM0 Interrupt Asserted
+/*\}*/
 
+/**
+ * The following are defines for the bit fields in the PWM_O_ISC register.
+ */
+/*\{*/
+#define PWM_ISC_INTFAULT        0x00010000  ///< Fault Interrupt Asserted
+#define PWM_ISC_INTPWM2         0x00000004  ///< PWM2 Interrupt Status
+#define PWM_ISC_INTPWM1         0x00000002  ///< PWM1 Interrupt Status
+#define PWM_ISC_INTPWM0         0x00000001  ///< PWM0 Interrupt Status
+/*\}*/
 
+/**
+ * The following are defines for the bit fields in the PWM_O_STATUS register.
+ */
+/*\{*/
+#define PWM_STATUS_FAULT        0x00000001  ///< Fault Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_CTL register.
+ */
+/*\{*/
+#define PWM_X_CTL_CMPBUPD       0x00000020  ///< Comparator B Update Mode
+#define PWM_X_CTL_CMPAUPD       0x00000010  ///< Comparator A Update Mode
+#define PWM_X_CTL_LOADUPD       0x00000008  ///< Load Register Update Mode
+#define PWM_X_CTL_DEBUG         0x00000004  ///< Debug Mode
+#define PWM_X_CTL_MODE          0x00000002  ///< Counter Mode
+#define PWM_X_CTL_ENABLE        0x00000001  ///< PWM Block Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_INTEN register.
+ */
+/*\{*/
+#define PWM_X_INTEN_TRCMPBD     0x00002000  ///< Trigger for Counter=PWMnCMPB
+                                            ///< Down
+#define PWM_X_INTEN_TRCMPBU     0x00001000  ///< Trigger for Counter=PWMnCMPB Up
+#define PWM_X_INTEN_TRCMPAD     0x00000800  ///< Trigger for Counter=PWMnCMPA
+                                            ///< Down
+#define PWM_X_INTEN_TRCMPAU     0x00000400  ///< Trigger for Counter=PWMnCMPA Up
+#define PWM_X_INTEN_TRCNTLOAD   0x00000200  ///< Trigger for Counter=PWMnLOAD
+#define PWM_X_INTEN_TRCNTZERO   0x00000100  ///< Trigger for Counter=0
+#define PWM_X_INTEN_INTCMPBD    0x00000020  ///< Interrupt for Counter=PWMnCMPB
+                                            ///< Down
+#define PWM_X_INTEN_INTCMPBU    0x00000010  ///< Interrupt for Counter=PWMnCMPB
+                                            ///< Up
+#define PWM_X_INTEN_INTCMPAD    0x00000008  ///< Interrupt for Counter=PWMnCMPA
+                                            ///< Down
+#define PWM_X_INTEN_INTCMPAU    0x00000004  ///< Interrupt for Counter=PWMnCMPA
+                                            ///< Up
+#define PWM_X_INTEN_INTCNTLOAD  0x00000002  ///< Interrupt for Counter=PWMnLOAD
+#define PWM_X_INTEN_INTCNTZERO  0x00000001  ///< Interrupt for Counter=0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_RIS register.
+ */
+/*\{*/
+#define PWM_X_RIS_INTCMPBD      0x00000020  ///< Comparator B Down Interrupt
+                                            ///< Status
+#define PWM_X_RIS_INTCMPBU      0x00000010  ///< Comparator B Up Interrupt Status
+#define PWM_X_RIS_INTCMPAD      0x00000008  ///< Comparator A Down Interrupt
+                                            ///< Status
+#define PWM_X_RIS_INTCMPAU      0x00000004  ///< Comparator A Up Interrupt Status
+#define PWM_X_RIS_INTCNTLOAD    0x00000002  ///< Counter=Load Interrupt Status
+#define PWM_X_RIS_INTCNTZERO    0x00000001  ///< Counter=0 Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_ISC register.
+ */
+/*\{*/
+#define PWM_X_ISC_INTCMPBD      0x00000020  ///< Comparator B Down Interrupt
+#define PWM_X_ISC_INTCMPBU      0x00000010  ///< Comparator B Up Interrupt
+#define PWM_X_ISC_INTCMPAD      0x00000008  ///< Comparator A Down Interrupt
+#define PWM_X_ISC_INTCMPAU      0x00000004  ///< Comparator A Up Interrupt
+#define PWM_X_ISC_INTCNTLOAD    0x00000002  ///< Counter=Load Interrupt
+#define PWM_X_ISC_INTCNTZERO    0x00000001  ///< Counter=0 Interrupt
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_LOAD register.
+ */
+/*\{*/
+#define PWM_X_LOAD_M            0x0000FFFF  ///< Counter Load Value
+#define PWM_X_LOAD_S            0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_COUNT register.
+ */
+/*\{*/
+#define PWM_X_COUNT_M           0x0000FFFF  ///< Counter Value
+#define PWM_X_COUNT_S           0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_CMPA register.
+ */
+/*\{*/
+#define PWM_X_CMPA_M            0x0000FFFF  ///< Comparator A Value
+#define PWM_X_CMPA_S            0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_CMPB register.
+ */
+/*\{*/
+#define PWM_X_CMPB_M            0x0000FFFF  ///< Comparator B Value
+#define PWM_X_CMPB_S            0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_GENA register.
+ */
+/*\{*/
+#define PWM_X_GENA_ACTCMPBD_M   0x00000C00  ///< Action for Comparator B Down
+#define PWM_X_GENA_ACTCMPBD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTCMPBD_INV 0x00000400  ///< Invert pwmA
+#define PWM_X_GENA_ACTCMPBD_ZERO 0x00000800  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTCMPBD_ONE 0x00000C00  ///< Drive pwmA High
+#define PWM_X_GENA_ACTCMPBU_M   0x00000300  ///< Action for Comparator B Up
+#define PWM_X_GENA_ACTCMPBU_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTCMPBU_INV 0x00000100  ///< Invert pwmA
+#define PWM_X_GENA_ACTCMPBU_ZERO 0x00000200  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTCMPBU_ONE 0x00000300  ///< Drive pwmA High
+#define PWM_X_GENA_ACTCMPAD_M   0x000000C0  ///< Action for Comparator A Down
+#define PWM_X_GENA_ACTCMPAD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTCMPAD_INV 0x00000040  ///< Invert pwmA
+#define PWM_X_GENA_ACTCMPAD_ZERO 0x00000080  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTCMPAD_ONE 0x000000C0  ///< Drive pwmA High
+#define PWM_X_GENA_ACTCMPAU_M   0x00000030  ///< Action for Comparator A Up
+#define PWM_X_GENA_ACTCMPAU_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTCMPAU_INV 0x00000010  ///< Invert pwmA
+#define PWM_X_GENA_ACTCMPAU_ZERO 0x00000020  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTCMPAU_ONE 0x00000030  ///< Drive pwmA High
+#define PWM_X_GENA_ACTLOAD_M    0x0000000C  ///< Action for Counter=LOAD
+#define PWM_X_GENA_ACTLOAD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTLOAD_INV  0x00000004  ///< Invert pwmA
+#define PWM_X_GENA_ACTLOAD_ZERO 0x00000008  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTLOAD_ONE  0x0000000C  ///< Drive pwmA High
+#define PWM_X_GENA_ACTZERO_M    0x00000003  ///< Action for Counter=0
+#define PWM_X_GENA_ACTZERO_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENA_ACTZERO_INV  0x00000001  ///< Invert pwmA
+#define PWM_X_GENA_ACTZERO_ZERO 0x00000002  ///< Drive pwmA Low
+#define PWM_X_GENA_ACTZERO_ONE  0x00000003  ///< Drive pwmA High
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_GENB register.
+ */
+/*\{*/
+#define PWM_X_GENB_ACTCMPBD_M   0x00000C00  ///< Action for Comparator B Down
+#define PWM_X_GENB_ACTCMPBD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTCMPBD_INV 0x00000400  ///< Invert pwmB
+#define PWM_X_GENB_ACTCMPBD_ZERO 0x00000800  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTCMPBD_ONE 0x00000C00  ///< Drive pwmB High
+#define PWM_X_GENB_ACTCMPBU_M   0x00000300  ///< Action for Comparator B Up
+#define PWM_X_GENB_ACTCMPBU_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTCMPBU_INV 0x00000100  ///< Invert pwmB
+#define PWM_X_GENB_ACTCMPBU_ZERO 0x00000200  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTCMPBU_ONE 0x00000300  ///< Drive pwmB High
+#define PWM_X_GENB_ACTCMPAD_M   0x000000C0  ///< Action for Comparator A Down
+#define PWM_X_GENB_ACTCMPAD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTCMPAD_INV 0x00000040  ///< Invert pwmB
+#define PWM_X_GENB_ACTCMPAD_ZERO 0x00000080  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTCMPAD_ONE 0x000000C0  ///< Drive pwmB High
+#define PWM_X_GENB_ACTCMPAU_M   0x00000030  ///< Action for Comparator A Up
+#define PWM_X_GENB_ACTCMPAU_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTCMPAU_INV 0x00000010  ///< Invert pwmB
+#define PWM_X_GENB_ACTCMPAU_ZERO 0x00000020  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTCMPAU_ONE 0x00000030  ///< Drive pwmB High
+#define PWM_X_GENB_ACTLOAD_M    0x0000000C  ///< Action for Counter=LOAD
+#define PWM_X_GENB_ACTLOAD_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTLOAD_INV  0x00000004  ///< Invert pwmB
+#define PWM_X_GENB_ACTLOAD_ZERO 0x00000008  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTLOAD_ONE  0x0000000C  ///< Drive pwmB High
+#define PWM_X_GENB_ACTZERO_M    0x00000003  ///< Action for Counter=0
+#define PWM_X_GENB_ACTZERO_NONE 0x00000000  ///< Do nothing
+#define PWM_X_GENB_ACTZERO_INV  0x00000001  ///< Invert pwmB
+#define PWM_X_GENB_ACTZERO_ZERO 0x00000002  ///< Drive pwmB Low
+#define PWM_X_GENB_ACTZERO_ONE  0x00000003  ///< Drive pwmB High
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_DBCTL register.
+ */
+/*\{*/
+#define PWM_X_DBCTL_ENABLE      0x00000001  ///< Dead-Band Generator Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_DBRISE register.
+ */
+/*\{*/
+#define PWM_X_DBRISE_DELAY_M    0x00000FFF  ///< Dead-Band Rise Delay
+#define PWM_X_DBRISE_DELAY_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the PWM_O_X_DBFALL register.
+ */
+/*\{*/
+#define PWM_X_DBFALL_DELAY_M    0x00000FFF  ///< Dead-Band Fall Delay
+#define PWM_X_DBFALL_DELAY_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_CTL register.
+ */
+/*\{*/
+#define QEI_CTL_STALLEN         0x00001000  ///< Stall QEI
+#define QEI_CTL_INVI            0x00000800  ///< Invert Index Pulse
+#define QEI_CTL_INVB            0x00000400  ///< Invert PhB
+#define QEI_CTL_INVA            0x00000200  ///< Invert PhA
+#define QEI_CTL_VELDIV_M        0x000001C0  ///< Predivide Velocity
+#define QEI_CTL_VELDIV_1        0x00000000  ///< QEI clock /1
+#define QEI_CTL_VELDIV_2        0x00000040  ///< QEI clock /2
+#define QEI_CTL_VELDIV_4        0x00000080  ///< QEI clock /4
+#define QEI_CTL_VELDIV_8        0x000000C0  ///< QEI clock /8
+#define QEI_CTL_VELDIV_16       0x00000100  ///< QEI clock /16
+#define QEI_CTL_VELDIV_32       0x00000140  ///< QEI clock /32
+#define QEI_CTL_VELDIV_64       0x00000180  ///< QEI clock /64
+#define QEI_CTL_VELDIV_128      0x000001C0  ///< QEI clock /128
+#define QEI_CTL_VELEN           0x00000020  ///< Capture Velocity
+#define QEI_CTL_RESMODE         0x00000010  ///< Reset Mode
+#define QEI_CTL_CAPMODE         0x00000008  ///< Capture Mode
+#define QEI_CTL_SIGMODE         0x00000004  ///< Signal Mode
+#define QEI_CTL_SWAP            0x00000002  ///< Swap Signals
+#define QEI_CTL_ENABLE          0x00000001  ///< Enable QEI
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_STAT register.
+ */
+/*\{*/
+#define QEI_STAT_DIRECTION      0x00000002  ///< Direction of Rotation
+#define QEI_STAT_ERROR          0x00000001  ///< Error Detected
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_POS register.
+ */
+/*\{*/
+#define QEI_POS_M               0xFFFFFFFF  ///< Current Position Integrator Value
+#define QEI_POS_S               0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_MAXPOS register.
+ */
+/*\{*/
+#define QEI_MAXPOS_M            0xFFFFFFFF  ///< Maximum Position Integrator Value
+#define QEI_MAXPOS_S            0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_LOAD register.
+ */
+/*\{*/
+#define QEI_LOAD_M              0xFFFFFFFF  ///< Velocity Timer Load Value
+#define QEI_LOAD_S              0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_TIME register.
+ */
+/*\{*/
+#define QEI_TIME_M              0xFFFFFFFF  ///< Velocity Timer Current Value
+#define QEI_TIME_S              0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_COUNT register.
+ */
+/*\{*/
+#define QEI_COUNT_M             0xFFFFFFFF  ///< Velocity Pulse Count
+#define QEI_COUNT_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_SPEED register.
+ */
+/*\{*/
+#define QEI_SPEED_M             0xFFFFFFFF  ///< Velocity
+#define QEI_SPEED_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_INTEN register.
+ */
+/*\{*/
+#define QEI_INTEN_ERROR         0x00000008  ///< Phase Error Interrupt Enable
+#define QEI_INTEN_DIR           0x00000004  ///< Direction Change Interrupt
+                                            ///< Enable
+#define QEI_INTEN_TIMER         0x00000002  ///< Timer Expires Interrupt Enable
+#define QEI_INTEN_INDEX         0x00000001  ///< Index Pulse Detected Interrupt
+                                            ///< Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_RIS register.
+ */
+/*\{*/
+#define QEI_RIS_ERROR           0x00000008  ///< Phase Error Detected
+#define QEI_RIS_DIR             0x00000004  ///< Direction Change Detected
+#define QEI_RIS_TIMER           0x00000002  ///< Velocity Timer Expired
+#define QEI_RIS_INDEX           0x00000001  ///< Index Pulse Asserted
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the QEI_O_ISC register.
+ */
+/*\{*/
+#define QEI_ISC_ERROR           0x00000008  ///< Phase Error Interrupt
+#define QEI_ISC_DIR             0x00000004  ///< Direction Change Interrupt
+#define QEI_ISC_TIMER           0x00000002  ///< Velocity Timer Expired Interrupt
+#define QEI_ISC_INDEX           0x00000001  ///< Index Pulse Interrupt
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_CFG register.
+ */
+/*\{*/
+#define TIMER_CFG_M             0x00000007  ///< GPTM Configuration
+#define TIMER_CFG_32_BIT_TIMER  0x00000000  ///< 32-bit timer configuration
+#define TIMER_CFG_32_BIT_RTC    0x00000001  ///< 32-bit real-time clock (RTC)
+                                            ///< counter configuration
+#define TIMER_CFG_16_BIT        0x00000004  ///< 16-bit timer configuration. The
+                                            ///< function is controlled by bits
+                                            ///< 1:0 of GPTMTAMR and GPTMTBMR
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAMR register.
+ */
+/*\{*/
+#define TIMER_TAMR_TAAMS        0x00000008  ///< GPTM Timer A Alternate Mode
+                                            ///< Select
+#define TIMER_TAMR_TACMR        0x00000004  ///< GPTM Timer A Capture Mode
+#define TIMER_TAMR_TAMR_M       0x00000003  ///< GPTM Timer A Mode
+#define TIMER_TAMR_TAMR_1_SHOT  0x00000001  ///< One-Shot Timer mode
+#define TIMER_TAMR_TAMR_PERIOD  0x00000002  ///< Periodic Timer mode
+#define TIMER_TAMR_TAMR_CAP     0x00000003  ///< Capture mode
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBMR register.
+ */
+/*\{*/
+#define TIMER_TBMR_TBAMS        0x00000008  ///< GPTM Timer B Alternate Mode
+                                            ///< Select
+#define TIMER_TBMR_TBCMR        0x00000004  ///< GPTM Timer B Capture Mode
+#define TIMER_TBMR_TBMR_M       0x00000003  ///< GPTM Timer B Mode
+#define TIMER_TBMR_TBMR_1_SHOT  0x00000001  ///< One-Shot Timer mode
+#define TIMER_TBMR_TBMR_PERIOD  0x00000002  ///< Periodic Timer mode
+#define TIMER_TBMR_TBMR_CAP     0x00000003  ///< Capture mode
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_CTL register.
+ */
+/*\{*/
+#define TIMER_CTL_TBPWML        0x00004000  ///< GPTM Timer B PWM Output Level
+#define TIMER_CTL_TBOTE         0x00002000  ///< GPTM Timer B Output Trigger
+                                            ///< Enable
+#define TIMER_CTL_TBEVENT_M     0x00000C00  ///< GPTM Timer B Event Mode
+#define TIMER_CTL_TBEVENT_POS   0x00000000  ///< Positive edge
+#define TIMER_CTL_TBEVENT_NEG   0x00000400  ///< Negative edge
+#define TIMER_CTL_TBEVENT_BOTH  0x00000C00  ///< Both edges
+#define TIMER_CTL_TBSTALL       0x00000200  ///< GPTM Timer B Stall Enable
+#define TIMER_CTL_TBEN          0x00000100  ///< GPTM Timer B Enable
+#define TIMER_CTL_TAPWML        0x00000040  ///< GPTM Timer A PWM Output Level
+#define TIMER_CTL_TAOTE         0x00000020  ///< GPTM Timer A Output Trigger
+                                            ///< Enable
+#define TIMER_CTL_RTCEN         0x00000010  ///< GPTM RTC Enable
+#define TIMER_CTL_TAEVENT_M     0x0000000C  ///< GPTM Timer A Event Mode
+#define TIMER_CTL_TAEVENT_POS   0x00000000  ///< Positive edge
+#define TIMER_CTL_TAEVENT_NEG   0x00000004  ///< Negative edge
+#define TIMER_CTL_TAEVENT_BOTH  0x0000000C  ///< Both edges
+#define TIMER_CTL_TASTALL       0x00000002  ///< GPTM Timer A Stall Enable
+#define TIMER_CTL_TAEN          0x00000001  ///< GPTM Timer A Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_IMR register.
+ */
+/*\{*/
+#define TIMER_IMR_CBEIM         0x00000400  ///< GPTM Capture B Event Interrupt
+                                            ///< Mask
+#define TIMER_IMR_CBMIM         0x00000200  ///< GPTM Capture B Match Interrupt
+                                            ///< Mask
+#define TIMER_IMR_TBTOIM        0x00000100  ///< GPTM Timer B Time-Out Interrupt
+                                            ///< Mask
+#define TIMER_IMR_RTCIM         0x00000008  ///< GPTM RTC Interrupt Mask
+#define TIMER_IMR_CAEIM         0x00000004  ///< GPTM Capture A Event Interrupt
+                                            ///< Mask
+#define TIMER_IMR_CAMIM         0x00000002  ///< GPTM Capture A Match Interrupt
+                                            ///< Mask
+#define TIMER_IMR_TATOIM        0x00000001  ///< GPTM Timer A Time-Out Interrupt
+                                            ///< Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_RIS register.
+ */
+/*\{*/
+#define TIMER_RIS_CBERIS        0x00000400  ///< GPTM Capture B Event Raw
+                                            ///< Interrupt
+#define TIMER_RIS_CBMRIS        0x00000200  ///< GPTM Capture B Match Raw
+                                            ///< Interrupt
+#define TIMER_RIS_TBTORIS       0x00000100  ///< GPTM Timer B Time-Out Raw
+                                            ///< Interrupt
+#define TIMER_RIS_RTCRIS        0x00000008  ///< GPTM RTC Raw Interrupt
+#define TIMER_RIS_CAERIS        0x00000004  ///< GPTM Capture A Event Raw
+                                            ///< Interrupt
+#define TIMER_RIS_CAMRIS        0x00000002  ///< GPTM Capture A Match Raw
+                                            ///< Interrupt
+#define TIMER_RIS_TATORIS       0x00000001  ///< GPTM Timer A Time-Out Raw
+                                            ///< Interrupt
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_MIS register.
+ */
+/*\{*/
+#define TIMER_MIS_CBEMIS        0x00000400  ///< GPTM Capture B Event Masked
+                                            ///< Interrupt
+#define TIMER_MIS_CBMMIS        0x00000200  ///< GPTM Capture B Match Masked
+                                            ///< Interrupt
+#define TIMER_MIS_TBTOMIS       0x00000100  ///< GPTM Timer B Time-Out Masked
+                                            ///< Interrupt
+#define TIMER_MIS_RTCMIS        0x00000008  ///< GPTM RTC Masked Interrupt
+#define TIMER_MIS_CAEMIS        0x00000004  ///< GPTM Capture A Event Masked
+                                            ///< Interrupt
+#define TIMER_MIS_CAMMIS        0x00000002  ///< GPTM Capture A Match Masked
+                                            ///< Interrupt
+#define TIMER_MIS_TATOMIS       0x00000001  ///< GPTM Timer A Time-Out Masked
+                                            ///< Interrupt
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_ICR register.
+ */
+/*\{*/
+#define TIMER_ICR_CBECINT       0x00000400  ///< GPTM Capture B Event Interrupt
+                                            ///< Clear
+#define TIMER_ICR_CBMCINT       0x00000200  ///< GPTM Capture B Match Interrupt
+                                            ///< Clear
+#define TIMER_ICR_TBTOCINT      0x00000100  ///< GPTM Timer B Time-Out Interrupt
+                                            ///< Clear
+#define TIMER_ICR_RTCCINT       0x00000008  ///< GPTM RTC Interrupt Clear
+#define TIMER_ICR_CAECINT       0x00000004  ///< GPTM Capture A Event Interrupt
+                                            ///< Clear
+#define TIMER_ICR_CAMCINT       0x00000002  ///< GPTM Capture A Match Interrupt
+                                            ///< Clear
+#define TIMER_ICR_TATOCINT      0x00000001  ///< GPTM Timer A Time-Out Raw
+                                            ///< Interrupt
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAILR register.
+ */
+/*\{*/
+#define TIMER_TAILR_TAILRH_M    0xFFFF0000  ///< GPTM Timer A Interval Load
+                                            ///< Register High
+#define TIMER_TAILR_TAILRL_M    0x0000FFFF  ///< GPTM Timer A Interval Load
+                                            ///< Register Low
+#define TIMER_TAILR_TAILRH_S    16
+#define TIMER_TAILR_TAILRL_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBILR register.
+ */
+/*\{*/
+#define TIMER_TBILR_TBILRL_M    0x0000FFFF  ///< GPTM Timer B Interval Load
+                                            ///< Register
+#define TIMER_TBILR_TBILRL_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAMATCHR
+* register.
+ */
+/*\{*/
+#define TIMER_TAMATCHR_TAMRH_M  0xFFFF0000  ///< GPTM Timer A Match Register High
+#define TIMER_TAMATCHR_TAMRL_M  0x0000FFFF  ///< GPTM Timer A Match Register Low
+#define TIMER_TAMATCHR_TAMRH_S  16
+#define TIMER_TAMATCHR_TAMRL_S  0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBMATCHR
+* register.
+ */
+/*\{*/
+#define TIMER_TBMATCHR_TBMRL_M  0x0000FFFF  ///< GPTM Timer B Match Register Low
+#define TIMER_TBMATCHR_TBMRL_S  0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAPR register.
+ */
+/*\{*/
+#define TIMER_TAPR_TAPSR_M      0x000000FF  ///< GPTM Timer A Prescale
+#define TIMER_TAPR_TAPSR_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBPR register.
+ */
+/*\{*/
+#define TIMER_TBPR_TBPSR_M      0x000000FF  ///< GPTM Timer B Prescale
+#define TIMER_TBPR_TBPSR_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAPMR register.
+ */
+/*\{*/
+#define TIMER_TAPMR_TAPSMR_M    0x000000FF  ///< GPTM TimerA Prescale Match
+#define TIMER_TAPMR_TAPSMR_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBPMR register.
+ */
+/*\{*/
+#define TIMER_TBPMR_TBPSMR_M    0x000000FF  ///< GPTM TimerB Prescale Match
+#define TIMER_TBPMR_TBPSMR_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TAR register.
+ */
+/*\{*/
+#define TIMER_TAR_TARH_M        0xFFFF0000  ///< GPTM Timer A Register High
+#define TIMER_TAR_TARL_M        0x0000FFFF  ///< GPTM Timer A Register Low
+#define TIMER_TAR_TARH_S        16
+#define TIMER_TAR_TARL_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the TIMER_O_TBR register.
+ */
+/*\{*/
+#define TIMER_TBR_TBRL_M        0x0000FFFF  ///< GPTM Timer B
+#define TIMER_TBR_TBRL_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_ACTSS register.
+ */
+/*\{*/
+#define ADC_ACTSS_ASEN3         0x00000008  ///< ADC SS3 Enable
+#define ADC_ACTSS_ASEN2         0x00000004  ///< ADC SS2 Enable
+#define ADC_ACTSS_ASEN1         0x00000002  ///< ADC SS1 Enable
+#define ADC_ACTSS_ASEN0         0x00000001  ///< ADC SS0 Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_RIS register.
+ */
+/*\{*/
+#define ADC_RIS_INR3            0x00000008  ///< SS3 Raw Interrupt Status
+#define ADC_RIS_INR2            0x00000004  ///< SS2 Raw Interrupt Status
+#define ADC_RIS_INR1            0x00000002  ///< SS1 Raw Interrupt Status
+#define ADC_RIS_INR0            0x00000001  ///< SS0 Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_IM register.
+ */
+/*\{*/
+#define ADC_IM_MASK3            0x00000008  ///< SS3 Interrupt Mask
+#define ADC_IM_MASK2            0x00000004  ///< SS2 Interrupt Mask
+#define ADC_IM_MASK1            0x00000002  ///< SS1 Interrupt Mask
+#define ADC_IM_MASK0            0x00000001  ///< SS0 Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_ISC register.
+ */
+/*\{*/
+#define ADC_ISC_IN3             0x00000008  ///< SS3 Interrupt Status and Clear
+#define ADC_ISC_IN2             0x00000004  ///< SS2 Interrupt Status and Clear
+#define ADC_ISC_IN1             0x00000002  ///< SS1 Interrupt Status and Clear
+#define ADC_ISC_IN0             0x00000001  ///< SS0 Interrupt Status and Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_OSTAT register.
+ */
+/*\{*/
+#define ADC_OSTAT_OV3           0x00000008  ///< SS3 FIFO Overflow
+#define ADC_OSTAT_OV2           0x00000004  ///< SS2 FIFO Overflow
+#define ADC_OSTAT_OV1           0x00000002  ///< SS1 FIFO Overflow
+#define ADC_OSTAT_OV0           0x00000001  ///< SS0 FIFO Overflow
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_EMUX register.
+ */
+/*\{*/
+#define ADC_EMUX_EM3_M          0x0000F000  ///< SS3 Trigger Select
+#define ADC_EMUX_EM3_PROCESSOR  0x00000000  ///< Processor (default)
+#define ADC_EMUX_EM3_COMP0      0x00001000  ///< Analog Comparator 0
+#define ADC_EMUX_EM3_COMP1      0x00002000  ///< Analog Comparator 1
+#define ADC_EMUX_EM3_COMP2      0x00003000  ///< Analog Comparator 2
+#define ADC_EMUX_EM3_EXTERNAL   0x00004000  ///< External (GPIO PB4)
+#define ADC_EMUX_EM3_TIMER      0x00005000  ///< Timer
+#define ADC_EMUX_EM3_PWM0       0x00006000  ///< PWM0
+#define ADC_EMUX_EM3_PWM1       0x00007000  ///< PWM1
+#define ADC_EMUX_EM3_PWM2       0x00008000  ///< PWM2
+#define ADC_EMUX_EM3_ALWAYS     0x0000F000  ///< Always (continuously sample)
+#define ADC_EMUX_EM2_M          0x00000F00  ///< SS2 Trigger Select
+#define ADC_EMUX_EM2_PROCESSOR  0x00000000  ///< Processor (default)
+#define ADC_EMUX_EM2_COMP0      0x00000100  ///< Analog Comparator 0
+#define ADC_EMUX_EM2_COMP1      0x00000200  ///< Analog Comparator 1
+#define ADC_EMUX_EM2_COMP2      0x00000300  ///< Analog Comparator 2
+#define ADC_EMUX_EM2_EXTERNAL   0x00000400  ///< External (GPIO PB4)
+#define ADC_EMUX_EM2_TIMER      0x00000500  ///< Timer
+#define ADC_EMUX_EM2_PWM0       0x00000600  ///< PWM0
+#define ADC_EMUX_EM2_PWM1       0x00000700  ///< PWM1
+#define ADC_EMUX_EM2_PWM2       0x00000800  ///< PWM2
+#define ADC_EMUX_EM2_ALWAYS     0x00000F00  ///< Always (continuously sample)
+#define ADC_EMUX_EM1_M          0x000000F0  ///< SS1 Trigger Select
+#define ADC_EMUX_EM1_PROCESSOR  0x00000000  ///< Processor (default)
+#define ADC_EMUX_EM1_COMP0      0x00000010  ///< Analog Comparator 0
+#define ADC_EMUX_EM1_COMP1      0x00000020  ///< Analog Comparator 1
+#define ADC_EMUX_EM1_COMP2      0x00000030  ///< Analog Comparator 2
+#define ADC_EMUX_EM1_EXTERNAL   0x00000040  ///< External (GPIO PB4)
+#define ADC_EMUX_EM1_TIMER      0x00000050  ///< Timer
+#define ADC_EMUX_EM1_PWM0       0x00000060  ///< PWM0
+#define ADC_EMUX_EM1_PWM1       0x00000070  ///< PWM1
+#define ADC_EMUX_EM1_PWM2       0x00000080  ///< PWM2
+#define ADC_EMUX_EM1_ALWAYS     0x000000F0  ///< Always (continuously sample)
+#define ADC_EMUX_EM0_M          0x0000000F  ///< SS0 Trigger Select
+#define ADC_EMUX_EM0_PROCESSOR  0x00000000  ///< Processor (default)
+#define ADC_EMUX_EM0_COMP0      0x00000001  ///< Analog Comparator 0
+#define ADC_EMUX_EM0_COMP1      0x00000002  ///< Analog Comparator 1
+#define ADC_EMUX_EM0_COMP2      0x00000003  ///< Analog Comparator 2
+#define ADC_EMUX_EM0_EXTERNAL   0x00000004  ///< External (GPIO PB4)
+#define ADC_EMUX_EM0_TIMER      0x00000005  ///< Timer
+#define ADC_EMUX_EM0_PWM0       0x00000006  ///< PWM0
+#define ADC_EMUX_EM0_PWM1       0x00000007  ///< PWM1
+#define ADC_EMUX_EM0_PWM2       0x00000008  ///< PWM2
+#define ADC_EMUX_EM0_ALWAYS     0x0000000F  ///< Always (continuously sample)
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_USTAT register.
+ */
+/*\{*/
+#define ADC_USTAT_UV3           0x00000008  ///< SS3 FIFO Underflow
+#define ADC_USTAT_UV2           0x00000004  ///< SS2 FIFO Underflow
+#define ADC_USTAT_UV1           0x00000002  ///< SS1 FIFO Underflow
+#define ADC_USTAT_UV0           0x00000001  ///< SS0 FIFO Underflow
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSPRI register.
+ */
+/*\{*/
+#define ADC_SSPRI_SS3_M         0x00003000  ///< SS3 Priority
+#define ADC_SSPRI_SS3_1ST       0x00000000  ///< First priority
+#define ADC_SSPRI_SS3_2ND       0x00001000  ///< Second priority
+#define ADC_SSPRI_SS3_3RD       0x00002000  ///< Third priority
+#define ADC_SSPRI_SS3_4TH       0x00003000  ///< Fourth priority
+#define ADC_SSPRI_SS2_M         0x00000300  ///< SS2 Priority
+#define ADC_SSPRI_SS2_1ST       0x00000000  ///< First priority
+#define ADC_SSPRI_SS2_2ND       0x00000100  ///< Second priority
+#define ADC_SSPRI_SS2_3RD       0x00000200  ///< Third priority
+#define ADC_SSPRI_SS2_4TH       0x00000300  ///< Fourth priority
+#define ADC_SSPRI_SS1_M         0x00000030  ///< SS1 Priority
+#define ADC_SSPRI_SS1_1ST       0x00000000  ///< First priority
+#define ADC_SSPRI_SS1_2ND       0x00000010  ///< Second priority
+#define ADC_SSPRI_SS1_3RD       0x00000020  ///< Third priority
+#define ADC_SSPRI_SS1_4TH       0x00000030  ///< Fourth priority
+#define ADC_SSPRI_SS0_M         0x00000003  ///< SS0 Priority
+#define ADC_SSPRI_SS0_1ST       0x00000000  ///< First priority
+#define ADC_SSPRI_SS0_2ND       0x00000001  ///< Second priority
+#define ADC_SSPRI_SS0_3RD       0x00000002  ///< Third priority
+#define ADC_SSPRI_SS0_4TH       0x00000003  ///< Fourth priority
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_PSSI register.
+ */
+/*\{*/
+#define ADC_PSSI_SS3            0x00000008  ///< SS3 Initiate
+#define ADC_PSSI_SS2            0x00000004  ///< SS2 Initiate
+#define ADC_PSSI_SS1            0x00000002  ///< SS1 Initiate
+#define ADC_PSSI_SS0            0x00000001  ///< SS0 Initiate
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SAC register.
+ */
+/*\{*/
+#define ADC_SAC_AVG_M           0x00000007  ///< Hardware Averaging Control
+#define ADC_SAC_AVG_OFF         0x00000000  ///< No hardware oversampling
+#define ADC_SAC_AVG_2X          0x00000001  ///< 2x hardware oversampling
+#define ADC_SAC_AVG_4X          0x00000002  ///< 4x hardware oversampling
+#define ADC_SAC_AVG_8X          0x00000003  ///< 8x hardware oversampling
+#define ADC_SAC_AVG_16X         0x00000004  ///< 16x hardware oversampling
+#define ADC_SAC_AVG_32X         0x00000005  ///< 32x hardware oversampling
+#define ADC_SAC_AVG_64X         0x00000006  ///< 64x hardware oversampling
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSMUX0 register.
+ */
+/*\{*/
+#define ADC_SSMUX0_MUX7_M       0x70000000  ///< 8th Sample Input Select
+#define ADC_SSMUX0_MUX6_M       0x07000000  ///< 7th Sample Input Select
+#define ADC_SSMUX0_MUX5_M       0x00700000  ///< 6th Sample Input Select
+#define ADC_SSMUX0_MUX4_M       0x00070000  ///< 5th Sample Input Select
+#define ADC_SSMUX0_MUX3_M       0x00007000  ///< 4th Sample Input Select
+#define ADC_SSMUX0_MUX2_M       0x00000700  ///< 3rd Sample Input Select
+#define ADC_SSMUX0_MUX1_M       0x00000070  ///< 2nd Sample Input Select
+#define ADC_SSMUX0_MUX0_M       0x00000007  ///< 1st Sample Input Select
+#define ADC_SSMUX0_MUX7_S       28
+#define ADC_SSMUX0_MUX6_S       24
+#define ADC_SSMUX0_MUX5_S       20
+#define ADC_SSMUX0_MUX4_S       16
+#define ADC_SSMUX0_MUX3_S       12
+#define ADC_SSMUX0_MUX2_S       8
+#define ADC_SSMUX0_MUX1_S       4
+#define ADC_SSMUX0_MUX0_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSCTL0 register.
+ */
+/*\{*/
+#define ADC_SSCTL0_TS7          0x80000000  ///< 8th Sample Temp Sensor Select
+#define ADC_SSCTL0_IE7          0x40000000  ///< 8th Sample Interrupt Enable
+#define ADC_SSCTL0_END7         0x20000000  ///< 8th Sample is End of Sequence
+#define ADC_SSCTL0_D7           0x10000000  ///< 8th Sample Diff Input Select
+#define ADC_SSCTL0_TS6          0x08000000  ///< 7th Sample Temp Sensor Select
+#define ADC_SSCTL0_IE6          0x04000000  ///< 7th Sample Interrupt Enable
+#define ADC_SSCTL0_END6         0x02000000  ///< 7th Sample is End of Sequence
+#define ADC_SSCTL0_D6           0x01000000  ///< 7th Sample Diff Input Select
+#define ADC_SSCTL0_TS5          0x00800000  ///< 6th Sample Temp Sensor Select
+#define ADC_SSCTL0_IE5          0x00400000  ///< 6th Sample Interrupt Enable
+#define ADC_SSCTL0_END5         0x00200000  ///< 6th Sample is End of Sequence
+#define ADC_SSCTL0_D5           0x00100000  ///< 6th Sample Diff Input Select
+#define ADC_SSCTL0_TS4          0x00080000  ///< 5th Sample Temp Sensor Select
+#define ADC_SSCTL0_IE4          0x00040000  ///< 5th Sample Interrupt Enable
+#define ADC_SSCTL0_END4         0x00020000  ///< 5th Sample is End of Sequence
+#define ADC_SSCTL0_D4           0x00010000  ///< 5th Sample Diff Input Select
+#define ADC_SSCTL0_TS3          0x00008000  ///< 4th Sample Temp Sensor Select
+#define ADC_SSCTL0_IE3          0x00004000  ///< 4th Sample Interrupt Enable
+#define ADC_SSCTL0_END3         0x00002000  ///< 4th Sample is End of Sequence
+#define ADC_SSCTL0_D3           0x00001000  ///< 4th Sample Diff Input Select
+#define ADC_SSCTL0_TS2          0x00000800  ///< 3rd Sample Temp Sensor Select
+#define ADC_SSCTL0_IE2          0x00000400  ///< 3rd Sample Interrupt Enable
+#define ADC_SSCTL0_END2         0x00000200  ///< 3rd Sample is End of Sequence
+#define ADC_SSCTL0_D2           0x00000100  ///< 3rd Sample Diff Input Select
+#define ADC_SSCTL0_TS1          0x00000080  ///< 2nd Sample Temp Sensor Select
+#define ADC_SSCTL0_IE1          0x00000040  ///< 2nd Sample Interrupt Enable
+#define ADC_SSCTL0_END1         0x00000020  ///< 2nd Sample is End of Sequence
+#define ADC_SSCTL0_D1           0x00000010  ///< 2nd Sample Diff Input Select
+#define ADC_SSCTL0_TS0          0x00000008  ///< 1st Sample Temp Sensor Select
+#define ADC_SSCTL0_IE0          0x00000004  ///< 1st Sample Interrupt Enable
+#define ADC_SSCTL0_END0         0x00000002  ///< 1st Sample is End of Sequence
+#define ADC_SSCTL0_D0           0x00000001  ///< 1st Sample Diff Input Select
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFIFO0 register.
+ */
+/*\{*/
+#define ADC_SSFIFO0_DATA_M      0x000003FF  ///< Conversion Result Data
+#define ADC_SSFIFO0_DATA_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFSTAT0 register.
+ */
+/*\{*/
+#define ADC_SSFSTAT0_FULL       0x00001000  ///< FIFO Full
+#define ADC_SSFSTAT0_EMPTY      0x00000100  ///< FIFO Empty
+#define ADC_SSFSTAT0_HPTR_M     0x000000F0  ///< FIFO Head Pointer
+#define ADC_SSFSTAT0_TPTR_M     0x0000000F  ///< FIFO Tail Pointer
+#define ADC_SSFSTAT0_HPTR_S     4
+#define ADC_SSFSTAT0_TPTR_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSMUX1 register.
+ */
+/*\{*/
+#define ADC_SSMUX1_MUX3_M       0x00007000  ///< 4th Sample Input Select
+#define ADC_SSMUX1_MUX2_M       0x00000700  ///< 3rd Sample Input Select
+#define ADC_SSMUX1_MUX1_M       0x00000070  ///< 2nd Sample Input Select
+#define ADC_SSMUX1_MUX0_M       0x00000007  ///< 1st Sample Input Select
+#define ADC_SSMUX1_MUX3_S       12
+#define ADC_SSMUX1_MUX2_S       8
+#define ADC_SSMUX1_MUX1_S       4
+#define ADC_SSMUX1_MUX0_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSCTL1 register.
+ */
+/*\{*/
+#define ADC_SSCTL1_TS3          0x00008000  ///< 4th Sample Temp Sensor Select
+#define ADC_SSCTL1_IE3          0x00004000  ///< 4th Sample Interrupt Enable
+#define ADC_SSCTL1_END3         0x00002000  ///< 4th Sample is End of Sequence
+#define ADC_SSCTL1_D3           0x00001000  ///< 4th Sample Diff Input Select
+#define ADC_SSCTL1_TS2          0x00000800  ///< 3rd Sample Temp Sensor Select
+#define ADC_SSCTL1_IE2          0x00000400  ///< 3rd Sample Interrupt Enable
+#define ADC_SSCTL1_END2         0x00000200  ///< 3rd Sample is End of Sequence
+#define ADC_SSCTL1_D2           0x00000100  ///< 3rd Sample Diff Input Select
+#define ADC_SSCTL1_TS1          0x00000080  ///< 2nd Sample Temp Sensor Select
+#define ADC_SSCTL1_IE1          0x00000040  ///< 2nd Sample Interrupt Enable
+#define ADC_SSCTL1_END1         0x00000020  ///< 2nd Sample is End of Sequence
+#define ADC_SSCTL1_D1           0x00000010  ///< 2nd Sample Diff Input Select
+#define ADC_SSCTL1_TS0          0x00000008  ///< 1st Sample Temp Sensor Select
+#define ADC_SSCTL1_IE0          0x00000004  ///< 1st Sample Interrupt Enable
+#define ADC_SSCTL1_END0         0x00000002  ///< 1st Sample is End of Sequence
+#define ADC_SSCTL1_D0           0x00000001  ///< 1st Sample Diff Input Select
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFIFO1 register.
+ */
+/*\{*/
+#define ADC_SSFIFO1_DATA_M      0x000003FF  ///< Conversion Result Data
+#define ADC_SSFIFO1_DATA_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFSTAT1 register.
+ */
+/*\{*/
+#define ADC_SSFSTAT1_FULL       0x00001000  ///< FIFO Full
+#define ADC_SSFSTAT1_EMPTY      0x00000100  ///< FIFO Empty
+#define ADC_SSFSTAT1_HPTR_M     0x000000F0  ///< FIFO Head Pointer
+#define ADC_SSFSTAT1_TPTR_M     0x0000000F  ///< FIFO Tail Pointer
+#define ADC_SSFSTAT1_HPTR_S     4
+#define ADC_SSFSTAT1_TPTR_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSMUX2 register.
+ */
+/*\{*/
+#define ADC_SSMUX2_MUX3_M       0x00007000  ///< 4th Sample Input Select
+#define ADC_SSMUX2_MUX2_M       0x00000700  ///< 3rd Sample Input Select
+#define ADC_SSMUX2_MUX1_M       0x00000070  ///< 2nd Sample Input Select
+#define ADC_SSMUX2_MUX0_M       0x00000007  ///< 1st Sample Input Select
+#define ADC_SSMUX2_MUX3_S       12
+#define ADC_SSMUX2_MUX2_S       8
+#define ADC_SSMUX2_MUX1_S       4
+#define ADC_SSMUX2_MUX0_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSCTL2 register.
+ */
+/*\{*/
+#define ADC_SSCTL2_TS3          0x00008000  ///< 4th Sample Temp Sensor Select
+#define ADC_SSCTL2_IE3          0x00004000  ///< 4th Sample Interrupt Enable
+#define ADC_SSCTL2_END3         0x00002000  ///< 4th Sample is End of Sequence
+#define ADC_SSCTL2_D3           0x00001000  ///< 4th Sample Diff Input Select
+#define ADC_SSCTL2_TS2          0x00000800  ///< 3rd Sample Temp Sensor Select
+#define ADC_SSCTL2_IE2          0x00000400  ///< 3rd Sample Interrupt Enable
+#define ADC_SSCTL2_END2         0x00000200  ///< 3rd Sample is End of Sequence
+#define ADC_SSCTL2_D2           0x00000100  ///< 3rd Sample Diff Input Select
+#define ADC_SSCTL2_TS1          0x00000080  ///< 2nd Sample Temp Sensor Select
+#define ADC_SSCTL2_IE1          0x00000040  ///< 2nd Sample Interrupt Enable
+#define ADC_SSCTL2_END1         0x00000020  ///< 2nd Sample is End of Sequence
+#define ADC_SSCTL2_D1           0x00000010  ///< 2nd Sample Diff Input Select
+#define ADC_SSCTL2_TS0          0x00000008  ///< 1st Sample Temp Sensor Select
+#define ADC_SSCTL2_IE0          0x00000004  ///< 1st Sample Interrupt Enable
+#define ADC_SSCTL2_END0         0x00000002  ///< 1st Sample is End of Sequence
+#define ADC_SSCTL2_D0           0x00000001  ///< 1st Sample Diff Input Select
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFIFO2 register.
+ */
+/*\{*/
+#define ADC_SSFIFO2_DATA_M      0x000003FF  ///< Conversion Result Data
+#define ADC_SSFIFO2_DATA_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFSTAT2 register.
+ */
+/*\{*/
+#define ADC_SSFSTAT2_FULL       0x00001000  ///< FIFO Full
+#define ADC_SSFSTAT2_EMPTY      0x00000100  ///< FIFO Empty
+#define ADC_SSFSTAT2_HPTR_M     0x000000F0  ///< FIFO Head Pointer
+#define ADC_SSFSTAT2_TPTR_M     0x0000000F  ///< FIFO Tail Pointer
+#define ADC_SSFSTAT2_HPTR_S     4
+#define ADC_SSFSTAT2_TPTR_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSMUX3 register.
+ */
+/*\{*/
+#define ADC_SSMUX3_MUX0_M       0x00000007  ///< 1st Sample Input Select
+#define ADC_SSMUX3_MUX0_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSCTL3 register.
+ */
+/*\{*/
+#define ADC_SSCTL3_TS0          0x00000008  ///< 1st Sample Temp Sensor Select
+#define ADC_SSCTL3_IE0          0x00000004  ///< 1st Sample Interrupt Enable
+#define ADC_SSCTL3_END0         0x00000002  ///< 1st Sample is End of Sequence
+#define ADC_SSCTL3_D0           0x00000001  ///< 1st Sample Diff Input Select
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFIFO3 register.
+ */
+/*\{*/
+#define ADC_SSFIFO3_DATA_M      0x000003FF  ///< Conversion Result Data
+#define ADC_SSFIFO3_DATA_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_SSFSTAT3 register.
+ */
+/*\{*/
+#define ADC_SSFSTAT3_FULL       0x00001000  ///< FIFO Full
+#define ADC_SSFSTAT3_EMPTY      0x00000100  ///< FIFO Empty
+#define ADC_SSFSTAT3_HPTR_M     0x000000F0  ///< FIFO Head Pointer
+#define ADC_SSFSTAT3_TPTR_M     0x0000000F  ///< FIFO Tail Pointer
+#define ADC_SSFSTAT3_HPTR_S     4
+#define ADC_SSFSTAT3_TPTR_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the ADC_O_TMLB register.
+ */
+/*\{*/
+#define ADC_TMLB_LB             0x00000001  ///< Loopback Mode Enable
+/*\}*/
+
+/**
+ * The following are defines for the the interpretation of the data in the
+* SSFIFOx when the ADC TMLB is enabled.
+ */
+/*\{*/
+#define ADC_SSFIFO_TMLB_CNT_M   0x000003C0  ///< Continuous Sample Counter
+#define ADC_SSFIFO_TMLB_CONT    0x00000020  ///< Continuation Sample Indicator
+#define ADC_SSFIFO_TMLB_DIFF    0x00000010  ///< Differential Sample Indicator
+#define ADC_SSFIFO_TMLB_TS      0x00000008  ///< Temp Sensor Sample Indicator
+#define ADC_SSFIFO_TMLB_MUX_M   0x00000007  ///< Analog Input Indicator
+#define ADC_SSFIFO_TMLB_CNT_S   6           ///< Sample counter shift
+#define ADC_SSFIFO_TMLB_MUX_S   0           ///< Input channel number shift
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACMIS register.
+ */
+/*\{*/
+#define COMP_ACMIS_IN2          0x00000004  ///< Comparator 2 Masked Interrupt
+                                            ///< Status
+#define COMP_ACMIS_IN1          0x00000002  ///< Comparator 1 Masked Interrupt
+                                            ///< Status
+#define COMP_ACMIS_IN0          0x00000001  ///< Comparator 0 Masked Interrupt
+                                            ///< Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACRIS register.
+ */
+/*\{*/
+#define COMP_ACRIS_IN2          0x00000004  ///< Comparator 2 Interrupt Status
+#define COMP_ACRIS_IN1          0x00000002  ///< Comparator 1 Interrupt Status
+#define COMP_ACRIS_IN0          0x00000001  ///< Comparator 0 Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACINTEN register.
+ */
+/*\{*/
+#define COMP_ACINTEN_IN2        0x00000004  ///< Comparator 2 Interrupt Enable
+#define COMP_ACINTEN_IN1        0x00000002  ///< Comparator 1 Interrupt Enable
+#define COMP_ACINTEN_IN0        0x00000001  ///< Comparator 0 Interrupt Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACREFCTL
+* register.
+ */
+/*\{*/
+#define COMP_ACREFCTL_EN        0x00000200  ///< Resistor Ladder Enable
+#define COMP_ACREFCTL_RNG       0x00000100  ///< Resistor Ladder Range
+#define COMP_ACREFCTL_VREF_M    0x0000000F  ///< Resistor Ladder Voltage Ref
+#define COMP_ACREFCTL_VREF_S    0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACSTAT0 register.
+ */
+/*\{*/
+#define COMP_ACSTAT0_OVAL       0x00000002  ///< Comparator Output Value
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACCTL0 register.
+ */
+/*\{*/
+#define COMP_ACCTL0_TOEN        0x00000800  ///< Trigger Output Enable
+#define COMP_ACCTL0_ASRCP_M     0x00000600  ///< Analog Source Positive
+#define COMP_ACCTL0_ASRCP_PIN   0x00000000  ///< Pin value of Cn+
+#define COMP_ACCTL0_ASRCP_PIN0  0x00000200  ///< Pin value of C0+
+#define COMP_ACCTL0_ASRCP_REF   0x00000400  ///< Internal voltage reference
+                                            ///< (VIREF)
+#define COMP_ACCTL0_TSLVAL      0x00000080  ///< Trigger Sense Level Value
+#define COMP_ACCTL0_TSEN_M      0x00000060  ///< Trigger Sense
+#define COMP_ACCTL0_TSEN_LEVEL  0x00000000  ///< Level sense, see TSLVAL
+#define COMP_ACCTL0_TSEN_FALL   0x00000020  ///< Falling edge
+#define COMP_ACCTL0_TSEN_RISE   0x00000040  ///< Rising edge
+#define COMP_ACCTL0_TSEN_BOTH   0x00000060  ///< Either edge
+#define COMP_ACCTL0_ISLVAL      0x00000010  ///< Interrupt Sense Level Value
+#define COMP_ACCTL0_ISEN_M      0x0000000C  ///< Interrupt Sense
+#define COMP_ACCTL0_ISEN_LEVEL  0x00000000  ///< Level sense, see ISLVAL
+#define COMP_ACCTL0_ISEN_FALL   0x00000004  ///< Falling edge
+#define COMP_ACCTL0_ISEN_RISE   0x00000008  ///< Rising edge
+#define COMP_ACCTL0_ISEN_BOTH   0x0000000C  ///< Either edge
+#define COMP_ACCTL0_CINV        0x00000002  ///< Comparator Output Invert
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACSTAT1 register.
+ */
+/*\{*/
+#define COMP_ACSTAT1_OVAL       0x00000002  ///< Comparator Output Value
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACCTL1 register.
+ */
+/*\{*/
+#define COMP_ACCTL1_TOEN        0x00000800  ///< Trigger Output Enable
+#define COMP_ACCTL1_ASRCP_M     0x00000600  ///< Analog Source Positive
+#define COMP_ACCTL1_ASRCP_PIN   0x00000000  ///< Pin value of Cn+
+#define COMP_ACCTL1_ASRCP_PIN0  0x00000200  ///< Pin value of C0+
+#define COMP_ACCTL1_ASRCP_REF   0x00000400  ///< Internal voltage reference
+                                            ///< (VIREF)
+#define COMP_ACCTL1_TSLVAL      0x00000080  ///< Trigger Sense Level Value
+#define COMP_ACCTL1_TSEN_M      0x00000060  ///< Trigger Sense
+#define COMP_ACCTL1_TSEN_LEVEL  0x00000000  ///< Level sense, see TSLVAL
+#define COMP_ACCTL1_TSEN_FALL   0x00000020  ///< Falling edge
+#define COMP_ACCTL1_TSEN_RISE   0x00000040  ///< Rising edge
+#define COMP_ACCTL1_TSEN_BOTH   0x00000060  ///< Either edge
+#define COMP_ACCTL1_ISLVAL      0x00000010  ///< Interrupt Sense Level Value
+#define COMP_ACCTL1_ISEN_M      0x0000000C  ///< Interrupt Sense
+#define COMP_ACCTL1_ISEN_LEVEL  0x00000000  ///< Level sense, see ISLVAL
+#define COMP_ACCTL1_ISEN_FALL   0x00000004  ///< Falling edge
+#define COMP_ACCTL1_ISEN_RISE   0x00000008  ///< Rising edge
+#define COMP_ACCTL1_ISEN_BOTH   0x0000000C  ///< Either edge
+#define COMP_ACCTL1_CINV        0x00000002  ///< Comparator Output Invert
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACSTAT2 register.
+ */
+/*\{*/
+#define COMP_ACSTAT2_OVAL       0x00000002  ///< Comparator Output Value
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the COMP_O_ACCTL2 register.
+ */
+/*\{*/
+#define COMP_ACCTL2_TOEN        0x00000800  ///< Trigger Output Enable
+#define COMP_ACCTL2_ASRCP_M     0x00000600  ///< Analog Source Positive
+#define COMP_ACCTL2_ASRCP_PIN   0x00000000  ///< Pin value of Cn+
+#define COMP_ACCTL2_ASRCP_PIN0  0x00000200  ///< Pin value of C0+
+#define COMP_ACCTL2_ASRCP_REF   0x00000400  ///< Internal voltage reference
+                                            ///< (VIREF)
+#define COMP_ACCTL2_TSLVAL      0x00000080  ///< Trigger Sense Level Value
+#define COMP_ACCTL2_TSEN_M      0x00000060  ///< Trigger Sense
+#define COMP_ACCTL2_TSEN_LEVEL  0x00000000  ///< Level sense, see TSLVAL
+#define COMP_ACCTL2_TSEN_FALL   0x00000020  ///< Falling edge
+#define COMP_ACCTL2_TSEN_RISE   0x00000040  ///< Rising edge
+#define COMP_ACCTL2_TSEN_BOTH   0x00000060  ///< Either edge
+#define COMP_ACCTL2_ISLVAL      0x00000010  ///< Interrupt Sense Level Value
+#define COMP_ACCTL2_ISEN_M      0x0000000C  ///< Interrupt Sense
+#define COMP_ACCTL2_ISEN_LEVEL  0x00000000  ///< Level sense, see ISLVAL
+#define COMP_ACCTL2_ISEN_FALL   0x00000004  ///< Falling edge
+#define COMP_ACCTL2_ISEN_RISE   0x00000008  ///< Rising edge
+#define COMP_ACCTL2_ISEN_BOTH   0x0000000C  ///< Either edge
+#define COMP_ACCTL2_CINV        0x00000002  ///< Comparator Output Invert
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RTCC register.
+ */
+/*\{*/
+#define HIB_RTCC_M              0xFFFFFFFF  ///< RTC Counter
+#define HIB_RTCC_S              0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RTCM0 register.
+ */
+/*\{*/
+#define HIB_RTCM0_M             0xFFFFFFFF  ///< RTC Match 0
+#define HIB_RTCM0_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RTCM1 register.
+ */
+/*\{*/
+#define HIB_RTCM1_M             0xFFFFFFFF  ///< RTC Match 1
+#define HIB_RTCM1_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RTCLD register.
+ */
+/*\{*/
+#define HIB_RTCLD_M             0xFFFFFFFF  ///< RTC Load
+#define HIB_RTCLD_S             0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_CTL register.
+ */
+/*\{*/
+#define HIB_CTL_VABORT          0x00000080  ///< Power Cut Abort Enable
+#define HIB_CTL_CLK32EN         0x00000040  ///< Clocking Enable
+#define HIB_CTL_LOWBATEN        0x00000020  ///< Low Battery Monitoring Enable
+#define HIB_CTL_PINWEN          0x00000010  ///< External WAKE Pin Enable
+#define HIB_CTL_RTCWEN          0x00000008  ///< RTC Wake-up Enable
+#define HIB_CTL_CLKSEL          0x00000004  ///< Hibernation Module Clock Select
+#define HIB_CTL_HIBREQ          0x00000002  ///< Hibernation Request
+#define HIB_CTL_RTCEN           0x00000001  ///< RTC Timer Enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_IM register.
+ */
+/*\{*/
+#define HIB_IM_EXTW             0x00000008  ///< External Wake-Up Interrupt Mask
+#define HIB_IM_LOWBAT           0x00000004  ///< Low Battery Voltage Interrupt
+                                            ///< Mask
+#define HIB_IM_RTCALT1          0x00000002  ///< RTC Alert 1 Interrupt Mask
+#define HIB_IM_RTCALT0          0x00000001  ///< RTC Alert 0 Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RIS register.
+ */
+/*\{*/
+#define HIB_RIS_EXTW            0x00000008  ///< External Wake-Up Raw Interrupt
+                                            ///< Status
+#define HIB_RIS_LOWBAT          0x00000004  ///< Low Battery Voltage Raw
+                                            ///< Interrupt Status
+#define HIB_RIS_RTCALT1         0x00000002  ///< RTC Alert 1 Raw Interrupt Status
+#define HIB_RIS_RTCALT0         0x00000001  ///< RTC Alert 0 Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_MIS register.
+ */
+/*\{*/
+#define HIB_MIS_EXTW            0x00000008  ///< External Wake-Up Masked
+                                            ///< Interrupt Status
+#define HIB_MIS_LOWBAT          0x00000004  ///< Low Battery Voltage Masked
+                                            ///< Interrupt Status
+#define HIB_MIS_RTCALT1         0x00000002  ///< RTC Alert 1 Masked Interrupt
+                                            ///< Status
+#define HIB_MIS_RTCALT0         0x00000001  ///< RTC Alert 0 Masked Interrupt
+                                            ///< Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_IC register.
+ */
+/*\{*/
+#define HIB_IC_EXTW             0x00000008  ///< External Wake-Up Masked
+                                            ///< Interrupt Clear
+#define HIB_IC_LOWBAT           0x00000004  ///< Low Battery Voltage Masked
+                                            ///< Interrupt Clear
+#define HIB_IC_RTCALT1          0x00000002  ///< RTC Alert1 Masked Interrupt
+                                            ///< Clear
+#define HIB_IC_RTCALT0          0x00000001  ///< RTC Alert0 Masked Interrupt
+                                            ///< Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_RTCT register.
+ */
+/*\{*/
+#define HIB_RTCT_TRIM_M         0x0000FFFF  ///< RTC Trim Value
+#define HIB_RTCT_TRIM_S         0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the HIB_DATA register.
+ */
+/*\{*/
+#define HIB_DATA_RTD_M          0xFFFFFFFF  ///< Hibernation Module NV Data
+#define HIB_DATA_RTD_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FMA register.
+ */
+/*\{*/
+#define FLASH_FMA_OFFSET_M      0x0003FFFF  ///< Address Offset
+#define FLASH_FMA_OFFSET_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FMD register.
+ */
+/*\{*/
+#define FLASH_FMD_DATA_M        0xFFFFFFFF  ///< Data Value
+#define FLASH_FMD_DATA_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FMC register.
+ */
+/*\{*/
+#define FLASH_FMC_WRKEY         0xA4420000  ///< FLASH write key
+#define FLASH_FMC_COMT          0x00000008  ///< Commit Register Value
+#define FLASH_FMC_MERASE        0x00000004  ///< Mass Erase Flash Memory
+#define FLASH_FMC_ERASE         0x00000002  ///< Erase a Page of Flash Memory
+#define FLASH_FMC_WRITE         0x00000001  ///< Write a Word into Flash Memory
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FCRIS register.
+ */
+/*\{*/
+#define FLASH_FCRIS_PRIS        0x00000002  ///< Programming Raw Interrupt Status
+#define FLASH_FCRIS_ARIS        0x00000001  ///< Access Raw Interrupt Status
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FCIM register.
+ */
+/*\{*/
+#define FLASH_FCIM_PMASK        0x00000002  ///< Programming Interrupt Mask
+#define FLASH_FCIM_AMASK        0x00000001  ///< Access Interrupt Mask
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_FCMISC register.
+ */
+/*\{*/
+#define FLASH_FCMISC_PMISC      0x00000002  ///< Programming Masked Interrupt
+                                            ///< Status and Clear
+#define FLASH_FCMISC_AMISC      0x00000001  ///< Access Masked Interrupt Status
+                                            ///< and Clear
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_USECRL register.
+ */
+/*\{*/
+#define FLASH_USECRL_M          0x000000FF  ///< Microsecond Reload Value
+#define FLASH_USECRL_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_USERDBG register.
+ */
+/*\{*/
+#define FLASH_USERDBG_NW        0x80000000  ///< User Debug Not Written
+#define FLASH_USERDBG_DATA_M    0x7FFFFFFC  ///< User Data
+#define FLASH_USERDBG_DBG1      0x00000002  ///< Debug Control 1
+#define FLASH_USERDBG_DBG0      0x00000001  ///< Debug Control 0
+#define FLASH_USERDBG_DATA_S    2
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_USERREG0 register.
+ */
+/*\{*/
+#define FLASH_USERREG0_NW       0x80000000  ///< Not Written
+#define FLASH_USERREG0_DATA_M   0x7FFFFFFF  ///< User Data
+#define FLASH_USERREG0_DATA_S   0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the FLASH_USERREG1 register.
+ */
+/*\{*/
+#define FLASH_USERREG1_NW       0x80000000  ///< Not Written
+#define FLASH_USERREG1_DATA_M   0x7FFFFFFF  ///< User Data
+#define FLASH_USERREG1_DATA_S   0
+/*\}*/
+
+/**
+ * The following are defines for the erase size of the FLASH block that is
+* erased by an erase operation, and the protect size is the size of the FLASH
+* block that is protected by each protection register.
+ */
+/*\{*/
+#define FLASH_PROTECT_SIZE      0x00000800
+#define FLASH_ERASE_SIZE        0x00000400
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_INT_TYPE register.
+ */
+/*\{*/
+#define NVIC_INT_TYPE_LINES_M   0x0000001F  ///< Number of interrupt lines (x32)
+#define NVIC_INT_TYPE_LINES_S   0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ST_CTRL register.
+ */
+/*\{*/
+#define NVIC_ST_CTRL_COUNT      0x00010000  ///< Count flag
+#define NVIC_ST_CTRL_CLK_SRC    0x00000004  ///< Clock Source
+#define NVIC_ST_CTRL_INTEN      0x00000002  ///< Interrupt enable
+#define NVIC_ST_CTRL_ENABLE     0x00000001  ///< Counter mode
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ST_RELOAD register.
+ */
+/*\{*/
+#define NVIC_ST_RELOAD_M        0x00FFFFFF  ///< Counter load value
+#define NVIC_ST_RELOAD_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ST_CURRENT
+* register.
+ */
+/*\{*/
+#define NVIC_ST_CURRENT_M       0x00FFFFFF  ///< Counter current value
+#define NVIC_ST_CURRENT_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ST_CAL register.
+ */
+/*\{*/
+#define NVIC_ST_CAL_NOREF       0x80000000  ///< No reference clock
+#define NVIC_ST_CAL_SKEW        0x40000000  ///< Clock skew
+#define NVIC_ST_CAL_ONEMS_M     0x00FFFFFF  ///< 1ms reference value
+#define NVIC_ST_CAL_ONEMS_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_EN0 register.
+ */
+/*\{*/
+#define NVIC_EN0_INT31          0x80000000  ///< Interrupt 31 enable
+#define NVIC_EN0_INT30          0x40000000  ///< Interrupt 30 enable
+#define NVIC_EN0_INT29          0x20000000  ///< Interrupt 29 enable
+#define NVIC_EN0_INT28          0x10000000  ///< Interrupt 28 enable
+#define NVIC_EN0_INT27          0x08000000  ///< Interrupt 27 enable
+#define NVIC_EN0_INT26          0x04000000  ///< Interrupt 26 enable
+#define NVIC_EN0_INT25          0x02000000  ///< Interrupt 25 enable
+#define NVIC_EN0_INT24          0x01000000  ///< Interrupt 24 enable
+#define NVIC_EN0_INT23          0x00800000  ///< Interrupt 23 enable
+#define NVIC_EN0_INT22          0x00400000  ///< Interrupt 22 enable
+#define NVIC_EN0_INT21          0x00200000  ///< Interrupt 21 enable
+#define NVIC_EN0_INT20          0x00100000  ///< Interrupt 20 enable
+#define NVIC_EN0_INT19          0x00080000  ///< Interrupt 19 enable
+#define NVIC_EN0_INT18          0x00040000  ///< Interrupt 18 enable
+#define NVIC_EN0_INT17          0x00020000  ///< Interrupt 17 enable
+#define NVIC_EN0_INT16          0x00010000  ///< Interrupt 16 enable
+#define NVIC_EN0_INT15          0x00008000  ///< Interrupt 15 enable
+#define NVIC_EN0_INT14          0x00004000  ///< Interrupt 14 enable
+#define NVIC_EN0_INT13          0x00002000  ///< Interrupt 13 enable
+#define NVIC_EN0_INT12          0x00001000  ///< Interrupt 12 enable
+#define NVIC_EN0_INT11          0x00000800  ///< Interrupt 11 enable
+#define NVIC_EN0_INT10          0x00000400  ///< Interrupt 10 enable
+#define NVIC_EN0_INT9           0x00000200  ///< Interrupt 9 enable
+#define NVIC_EN0_INT8           0x00000100  ///< Interrupt 8 enable
+#define NVIC_EN0_INT7           0x00000080  ///< Interrupt 7 enable
+#define NVIC_EN0_INT6           0x00000040  ///< Interrupt 6 enable
+#define NVIC_EN0_INT5           0x00000020  ///< Interrupt 5 enable
+#define NVIC_EN0_INT4           0x00000010  ///< Interrupt 4 enable
+#define NVIC_EN0_INT3           0x00000008  ///< Interrupt 3 enable
+#define NVIC_EN0_INT2           0x00000004  ///< Interrupt 2 enable
+#define NVIC_EN0_INT1           0x00000002  ///< Interrupt 1 enable
+#define NVIC_EN0_INT0           0x00000001  ///< Interrupt 0 enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_EN1 register.
+ */
+/*\{*/
+#define NVIC_EN1_INT59          0x08000000  ///< Interrupt 59 enable
+#define NVIC_EN1_INT58          0x04000000  ///< Interrupt 58 enable
+#define NVIC_EN1_INT57          0x02000000  ///< Interrupt 57 enable
+#define NVIC_EN1_INT56          0x01000000  ///< Interrupt 56 enable
+#define NVIC_EN1_INT55          0x00800000  ///< Interrupt 55 enable
+#define NVIC_EN1_INT54          0x00400000  ///< Interrupt 54 enable
+#define NVIC_EN1_INT53          0x00200000  ///< Interrupt 53 enable
+#define NVIC_EN1_INT52          0x00100000  ///< Interrupt 52 enable
+#define NVIC_EN1_INT51          0x00080000  ///< Interrupt 51 enable
+#define NVIC_EN1_INT50          0x00040000  ///< Interrupt 50 enable
+#define NVIC_EN1_INT49          0x00020000  ///< Interrupt 49 enable
+#define NVIC_EN1_INT48          0x00010000  ///< Interrupt 48 enable
+#define NVIC_EN1_INT47          0x00008000  ///< Interrupt 47 enable
+#define NVIC_EN1_INT46          0x00004000  ///< Interrupt 46 enable
+#define NVIC_EN1_INT45          0x00002000  ///< Interrupt 45 enable
+#define NVIC_EN1_INT44          0x00001000  ///< Interrupt 44 enable
+#define NVIC_EN1_INT43          0x00000800  ///< Interrupt 43 enable
+#define NVIC_EN1_INT42          0x00000400  ///< Interrupt 42 enable
+#define NVIC_EN1_INT41          0x00000200  ///< Interrupt 41 enable
+#define NVIC_EN1_INT40          0x00000100  ///< Interrupt 40 enable
+#define NVIC_EN1_INT39          0x00000080  ///< Interrupt 39 enable
+#define NVIC_EN1_INT38          0x00000040  ///< Interrupt 38 enable
+#define NVIC_EN1_INT37          0x00000020  ///< Interrupt 37 enable
+#define NVIC_EN1_INT36          0x00000010  ///< Interrupt 36 enable
+#define NVIC_EN1_INT35          0x00000008  ///< Interrupt 35 enable
+#define NVIC_EN1_INT34          0x00000004  ///< Interrupt 34 enable
+#define NVIC_EN1_INT33          0x00000002  ///< Interrupt 33 enable
+#define NVIC_EN1_INT32          0x00000001  ///< Interrupt 32 enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DIS0 register.
+ */
+/*\{*/
+#define NVIC_DIS0_INT31         0x80000000  ///< Interrupt 31 disable
+#define NVIC_DIS0_INT30         0x40000000  ///< Interrupt 30 disable
+#define NVIC_DIS0_INT29         0x20000000  ///< Interrupt 29 disable
+#define NVIC_DIS0_INT28         0x10000000  ///< Interrupt 28 disable
+#define NVIC_DIS0_INT27         0x08000000  ///< Interrupt 27 disable
+#define NVIC_DIS0_INT26         0x04000000  ///< Interrupt 26 disable
+#define NVIC_DIS0_INT25         0x02000000  ///< Interrupt 25 disable
+#define NVIC_DIS0_INT24         0x01000000  ///< Interrupt 24 disable
+#define NVIC_DIS0_INT23         0x00800000  ///< Interrupt 23 disable
+#define NVIC_DIS0_INT22         0x00400000  ///< Interrupt 22 disable
+#define NVIC_DIS0_INT21         0x00200000  ///< Interrupt 21 disable
+#define NVIC_DIS0_INT20         0x00100000  ///< Interrupt 20 disable
+#define NVIC_DIS0_INT19         0x00080000  ///< Interrupt 19 disable
+#define NVIC_DIS0_INT18         0x00040000  ///< Interrupt 18 disable
+#define NVIC_DIS0_INT17         0x00020000  ///< Interrupt 17 disable
+#define NVIC_DIS0_INT16         0x00010000  ///< Interrupt 16 disable
+#define NVIC_DIS0_INT15         0x00008000  ///< Interrupt 15 disable
+#define NVIC_DIS0_INT14         0x00004000  ///< Interrupt 14 disable
+#define NVIC_DIS0_INT13         0x00002000  ///< Interrupt 13 disable
+#define NVIC_DIS0_INT12         0x00001000  ///< Interrupt 12 disable
+#define NVIC_DIS0_INT11         0x00000800  ///< Interrupt 11 disable
+#define NVIC_DIS0_INT10         0x00000400  ///< Interrupt 10 disable
+#define NVIC_DIS0_INT9          0x00000200  ///< Interrupt 9 disable
+#define NVIC_DIS0_INT8          0x00000100  ///< Interrupt 8 disable
+#define NVIC_DIS0_INT7          0x00000080  ///< Interrupt 7 disable
+#define NVIC_DIS0_INT6          0x00000040  ///< Interrupt 6 disable
+#define NVIC_DIS0_INT5          0x00000020  ///< Interrupt 5 disable
+#define NVIC_DIS0_INT4          0x00000010  ///< Interrupt 4 disable
+#define NVIC_DIS0_INT3          0x00000008  ///< Interrupt 3 disable
+#define NVIC_DIS0_INT2          0x00000004  ///< Interrupt 2 disable
+#define NVIC_DIS0_INT1          0x00000002  ///< Interrupt 1 disable
+#define NVIC_DIS0_INT0          0x00000001  ///< Interrupt 0 disable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DIS1 register.
+ */
+/*\{*/
+#define NVIC_DIS1_INT59         0x08000000  ///< Interrupt 59 disable
+#define NVIC_DIS1_INT58         0x04000000  ///< Interrupt 58 disable
+#define NVIC_DIS1_INT57         0x02000000  ///< Interrupt 57 disable
+#define NVIC_DIS1_INT56         0x01000000  ///< Interrupt 56 disable
+#define NVIC_DIS1_INT55         0x00800000  ///< Interrupt 55 disable
+#define NVIC_DIS1_INT54         0x00400000  ///< Interrupt 54 disable
+#define NVIC_DIS1_INT53         0x00200000  ///< Interrupt 53 disable
+#define NVIC_DIS1_INT52         0x00100000  ///< Interrupt 52 disable
+#define NVIC_DIS1_INT51         0x00080000  ///< Interrupt 51 disable
+#define NVIC_DIS1_INT50         0x00040000  ///< Interrupt 50 disable
+#define NVIC_DIS1_INT49         0x00020000  ///< Interrupt 49 disable
+#define NVIC_DIS1_INT48         0x00010000  ///< Interrupt 48 disable
+#define NVIC_DIS1_INT47         0x00008000  ///< Interrupt 47 disable
+#define NVIC_DIS1_INT46         0x00004000  ///< Interrupt 46 disable
+#define NVIC_DIS1_INT45         0x00002000  ///< Interrupt 45 disable
+#define NVIC_DIS1_INT44         0x00001000  ///< Interrupt 44 disable
+#define NVIC_DIS1_INT43         0x00000800  ///< Interrupt 43 disable
+#define NVIC_DIS1_INT42         0x00000400  ///< Interrupt 42 disable
+#define NVIC_DIS1_INT41         0x00000200  ///< Interrupt 41 disable
+#define NVIC_DIS1_INT40         0x00000100  ///< Interrupt 40 disable
+#define NVIC_DIS1_INT39         0x00000080  ///< Interrupt 39 disable
+#define NVIC_DIS1_INT38         0x00000040  ///< Interrupt 38 disable
+#define NVIC_DIS1_INT37         0x00000020  ///< Interrupt 37 disable
+#define NVIC_DIS1_INT36         0x00000010  ///< Interrupt 36 disable
+#define NVIC_DIS1_INT35         0x00000008  ///< Interrupt 35 disable
+#define NVIC_DIS1_INT34         0x00000004  ///< Interrupt 34 disable
+#define NVIC_DIS1_INT33         0x00000002  ///< Interrupt 33 disable
+#define NVIC_DIS1_INT32         0x00000001  ///< Interrupt 32 disable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PEND0 register.
+ */
+/*\{*/
+#define NVIC_PEND0_INT31        0x80000000  ///< Interrupt 31 pend
+#define NVIC_PEND0_INT30        0x40000000  ///< Interrupt 30 pend
+#define NVIC_PEND0_INT29        0x20000000  ///< Interrupt 29 pend
+#define NVIC_PEND0_INT28        0x10000000  ///< Interrupt 28 pend
+#define NVIC_PEND0_INT27        0x08000000  ///< Interrupt 27 pend
+#define NVIC_PEND0_INT26        0x04000000  ///< Interrupt 26 pend
+#define NVIC_PEND0_INT25        0x02000000  ///< Interrupt 25 pend
+#define NVIC_PEND0_INT24        0x01000000  ///< Interrupt 24 pend
+#define NVIC_PEND0_INT23        0x00800000  ///< Interrupt 23 pend
+#define NVIC_PEND0_INT22        0x00400000  ///< Interrupt 22 pend
+#define NVIC_PEND0_INT21        0x00200000  ///< Interrupt 21 pend
+#define NVIC_PEND0_INT20        0x00100000  ///< Interrupt 20 pend
+#define NVIC_PEND0_INT19        0x00080000  ///< Interrupt 19 pend
+#define NVIC_PEND0_INT18        0x00040000  ///< Interrupt 18 pend
+#define NVIC_PEND0_INT17        0x00020000  ///< Interrupt 17 pend
+#define NVIC_PEND0_INT16        0x00010000  ///< Interrupt 16 pend
+#define NVIC_PEND0_INT15        0x00008000  ///< Interrupt 15 pend
+#define NVIC_PEND0_INT14        0x00004000  ///< Interrupt 14 pend
+#define NVIC_PEND0_INT13        0x00002000  ///< Interrupt 13 pend
+#define NVIC_PEND0_INT12        0x00001000  ///< Interrupt 12 pend
+#define NVIC_PEND0_INT11        0x00000800  ///< Interrupt 11 pend
+#define NVIC_PEND0_INT10        0x00000400  ///< Interrupt 10 pend
+#define NVIC_PEND0_INT9         0x00000200  ///< Interrupt 9 pend
+#define NVIC_PEND0_INT8         0x00000100  ///< Interrupt 8 pend
+#define NVIC_PEND0_INT7         0x00000080  ///< Interrupt 7 pend
+#define NVIC_PEND0_INT6         0x00000040  ///< Interrupt 6 pend
+#define NVIC_PEND0_INT5         0x00000020  ///< Interrupt 5 pend
+#define NVIC_PEND0_INT4         0x00000010  ///< Interrupt 4 pend
+#define NVIC_PEND0_INT3         0x00000008  ///< Interrupt 3 pend
+#define NVIC_PEND0_INT2         0x00000004  ///< Interrupt 2 pend
+#define NVIC_PEND0_INT1         0x00000002  ///< Interrupt 1 pend
+#define NVIC_PEND0_INT0         0x00000001  ///< Interrupt 0 pend
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PEND1 register.
+ */
+/*\{*/
+#define NVIC_PEND1_INT59        0x08000000  ///< Interrupt 59 pend
+#define NVIC_PEND1_INT58        0x04000000  ///< Interrupt 58 pend
+#define NVIC_PEND1_INT57        0x02000000  ///< Interrupt 57 pend
+#define NVIC_PEND1_INT56        0x01000000  ///< Interrupt 56 pend
+#define NVIC_PEND1_INT55        0x00800000  ///< Interrupt 55 pend
+#define NVIC_PEND1_INT54        0x00400000  ///< Interrupt 54 pend
+#define NVIC_PEND1_INT53        0x00200000  ///< Interrupt 53 pend
+#define NVIC_PEND1_INT52        0x00100000  ///< Interrupt 52 pend
+#define NVIC_PEND1_INT51        0x00080000  ///< Interrupt 51 pend
+#define NVIC_PEND1_INT50        0x00040000  ///< Interrupt 50 pend
+#define NVIC_PEND1_INT49        0x00020000  ///< Interrupt 49 pend
+#define NVIC_PEND1_INT48        0x00010000  ///< Interrupt 48 pend
+#define NVIC_PEND1_INT47        0x00008000  ///< Interrupt 47 pend
+#define NVIC_PEND1_INT46        0x00004000  ///< Interrupt 46 pend
+#define NVIC_PEND1_INT45        0x00002000  ///< Interrupt 45 pend
+#define NVIC_PEND1_INT44        0x00001000  ///< Interrupt 44 pend
+#define NVIC_PEND1_INT43        0x00000800  ///< Interrupt 43 pend
+#define NVIC_PEND1_INT42        0x00000400  ///< Interrupt 42 pend
+#define NVIC_PEND1_INT41        0x00000200  ///< Interrupt 41 pend
+#define NVIC_PEND1_INT40        0x00000100  ///< Interrupt 40 pend
+#define NVIC_PEND1_INT39        0x00000080  ///< Interrupt 39 pend
+#define NVIC_PEND1_INT38        0x00000040  ///< Interrupt 38 pend
+#define NVIC_PEND1_INT37        0x00000020  ///< Interrupt 37 pend
+#define NVIC_PEND1_INT36        0x00000010  ///< Interrupt 36 pend
+#define NVIC_PEND1_INT35        0x00000008  ///< Interrupt 35 pend
+#define NVIC_PEND1_INT34        0x00000004  ///< Interrupt 34 pend
+#define NVIC_PEND1_INT33        0x00000002  ///< Interrupt 33 pend
+#define NVIC_PEND1_INT32        0x00000001  ///< Interrupt 32 pend
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_UNPEND0 register.
+ */
+/*\{*/
+#define NVIC_UNPEND0_INT31      0x80000000  ///< Interrupt 31 unpend
+#define NVIC_UNPEND0_INT30      0x40000000  ///< Interrupt 30 unpend
+#define NVIC_UNPEND0_INT29      0x20000000  ///< Interrupt 29 unpend
+#define NVIC_UNPEND0_INT28      0x10000000  ///< Interrupt 28 unpend
+#define NVIC_UNPEND0_INT27      0x08000000  ///< Interrupt 27 unpend
+#define NVIC_UNPEND0_INT26      0x04000000  ///< Interrupt 26 unpend
+#define NVIC_UNPEND0_INT25      0x02000000  ///< Interrupt 25 unpend
+#define NVIC_UNPEND0_INT24      0x01000000  ///< Interrupt 24 unpend
+#define NVIC_UNPEND0_INT23      0x00800000  ///< Interrupt 23 unpend
+#define NVIC_UNPEND0_INT22      0x00400000  ///< Interrupt 22 unpend
+#define NVIC_UNPEND0_INT21      0x00200000  ///< Interrupt 21 unpend
+#define NVIC_UNPEND0_INT20      0x00100000  ///< Interrupt 20 unpend
+#define NVIC_UNPEND0_INT19      0x00080000  ///< Interrupt 19 unpend
+#define NVIC_UNPEND0_INT18      0x00040000  ///< Interrupt 18 unpend
+#define NVIC_UNPEND0_INT17      0x00020000  ///< Interrupt 17 unpend
+#define NVIC_UNPEND0_INT16      0x00010000  ///< Interrupt 16 unpend
+#define NVIC_UNPEND0_INT15      0x00008000  ///< Interrupt 15 unpend
+#define NVIC_UNPEND0_INT14      0x00004000  ///< Interrupt 14 unpend
+#define NVIC_UNPEND0_INT13      0x00002000  ///< Interrupt 13 unpend
+#define NVIC_UNPEND0_INT12      0x00001000  ///< Interrupt 12 unpend
+#define NVIC_UNPEND0_INT11      0x00000800  ///< Interrupt 11 unpend
+#define NVIC_UNPEND0_INT10      0x00000400  ///< Interrupt 10 unpend
+#define NVIC_UNPEND0_INT9       0x00000200  ///< Interrupt 9 unpend
+#define NVIC_UNPEND0_INT8       0x00000100  ///< Interrupt 8 unpend
+#define NVIC_UNPEND0_INT7       0x00000080  ///< Interrupt 7 unpend
+#define NVIC_UNPEND0_INT6       0x00000040  ///< Interrupt 6 unpend
+#define NVIC_UNPEND0_INT5       0x00000020  ///< Interrupt 5 unpend
+#define NVIC_UNPEND0_INT4       0x00000010  ///< Interrupt 4 unpend
+#define NVIC_UNPEND0_INT3       0x00000008  ///< Interrupt 3 unpend
+#define NVIC_UNPEND0_INT2       0x00000004  ///< Interrupt 2 unpend
+#define NVIC_UNPEND0_INT1       0x00000002  ///< Interrupt 1 unpend
+#define NVIC_UNPEND0_INT0       0x00000001  ///< Interrupt 0 unpend
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_UNPEND1 register.
+ */
+/*\{*/
+#define NVIC_UNPEND1_INT59      0x08000000  ///< Interrupt 59 unpend
+#define NVIC_UNPEND1_INT58      0x04000000  ///< Interrupt 58 unpend
+#define NVIC_UNPEND1_INT57      0x02000000  ///< Interrupt 57 unpend
+#define NVIC_UNPEND1_INT56      0x01000000  ///< Interrupt 56 unpend
+#define NVIC_UNPEND1_INT55      0x00800000  ///< Interrupt 55 unpend
+#define NVIC_UNPEND1_INT54      0x00400000  ///< Interrupt 54 unpend
+#define NVIC_UNPEND1_INT53      0x00200000  ///< Interrupt 53 unpend
+#define NVIC_UNPEND1_INT52      0x00100000  ///< Interrupt 52 unpend
+#define NVIC_UNPEND1_INT51      0x00080000  ///< Interrupt 51 unpend
+#define NVIC_UNPEND1_INT50      0x00040000  ///< Interrupt 50 unpend
+#define NVIC_UNPEND1_INT49      0x00020000  ///< Interrupt 49 unpend
+#define NVIC_UNPEND1_INT48      0x00010000  ///< Interrupt 48 unpend
+#define NVIC_UNPEND1_INT47      0x00008000  ///< Interrupt 47 unpend
+#define NVIC_UNPEND1_INT46      0x00004000  ///< Interrupt 46 unpend
+#define NVIC_UNPEND1_INT45      0x00002000  ///< Interrupt 45 unpend
+#define NVIC_UNPEND1_INT44      0x00001000  ///< Interrupt 44 unpend
+#define NVIC_UNPEND1_INT43      0x00000800  ///< Interrupt 43 unpend
+#define NVIC_UNPEND1_INT42      0x00000400  ///< Interrupt 42 unpend
+#define NVIC_UNPEND1_INT41      0x00000200  ///< Interrupt 41 unpend
+#define NVIC_UNPEND1_INT40      0x00000100  ///< Interrupt 40 unpend
+#define NVIC_UNPEND1_INT39      0x00000080  ///< Interrupt 39 unpend
+#define NVIC_UNPEND1_INT38      0x00000040  ///< Interrupt 38 unpend
+#define NVIC_UNPEND1_INT37      0x00000020  ///< Interrupt 37 unpend
+#define NVIC_UNPEND1_INT36      0x00000010  ///< Interrupt 36 unpend
+#define NVIC_UNPEND1_INT35      0x00000008  ///< Interrupt 35 unpend
+#define NVIC_UNPEND1_INT34      0x00000004  ///< Interrupt 34 unpend
+#define NVIC_UNPEND1_INT33      0x00000002  ///< Interrupt 33 unpend
+#define NVIC_UNPEND1_INT32      0x00000001  ///< Interrupt 32 unpend
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ACTIVE0 register.
+ */
+/*\{*/
+#define NVIC_ACTIVE0_INT31      0x80000000  ///< Interrupt 31 active
+#define NVIC_ACTIVE0_INT30      0x40000000  ///< Interrupt 30 active
+#define NVIC_ACTIVE0_INT29      0x20000000  ///< Interrupt 29 active
+#define NVIC_ACTIVE0_INT28      0x10000000  ///< Interrupt 28 active
+#define NVIC_ACTIVE0_INT27      0x08000000  ///< Interrupt 27 active
+#define NVIC_ACTIVE0_INT26      0x04000000  ///< Interrupt 26 active
+#define NVIC_ACTIVE0_INT25      0x02000000  ///< Interrupt 25 active
+#define NVIC_ACTIVE0_INT24      0x01000000  ///< Interrupt 24 active
+#define NVIC_ACTIVE0_INT23      0x00800000  ///< Interrupt 23 active
+#define NVIC_ACTIVE0_INT22      0x00400000  ///< Interrupt 22 active
+#define NVIC_ACTIVE0_INT21      0x00200000  ///< Interrupt 21 active
+#define NVIC_ACTIVE0_INT20      0x00100000  ///< Interrupt 20 active
+#define NVIC_ACTIVE0_INT19      0x00080000  ///< Interrupt 19 active
+#define NVIC_ACTIVE0_INT18      0x00040000  ///< Interrupt 18 active
+#define NVIC_ACTIVE0_INT17      0x00020000  ///< Interrupt 17 active
+#define NVIC_ACTIVE0_INT16      0x00010000  ///< Interrupt 16 active
+#define NVIC_ACTIVE0_INT15      0x00008000  ///< Interrupt 15 active
+#define NVIC_ACTIVE0_INT14      0x00004000  ///< Interrupt 14 active
+#define NVIC_ACTIVE0_INT13      0x00002000  ///< Interrupt 13 active
+#define NVIC_ACTIVE0_INT12      0x00001000  ///< Interrupt 12 active
+#define NVIC_ACTIVE0_INT11      0x00000800  ///< Interrupt 11 active
+#define NVIC_ACTIVE0_INT10      0x00000400  ///< Interrupt 10 active
+#define NVIC_ACTIVE0_INT9       0x00000200  ///< Interrupt 9 active
+#define NVIC_ACTIVE0_INT8       0x00000100  ///< Interrupt 8 active
+#define NVIC_ACTIVE0_INT7       0x00000080  ///< Interrupt 7 active
+#define NVIC_ACTIVE0_INT6       0x00000040  ///< Interrupt 6 active
+#define NVIC_ACTIVE0_INT5       0x00000020  ///< Interrupt 5 active
+#define NVIC_ACTIVE0_INT4       0x00000010  ///< Interrupt 4 active
+#define NVIC_ACTIVE0_INT3       0x00000008  ///< Interrupt 3 active
+#define NVIC_ACTIVE0_INT2       0x00000004  ///< Interrupt 2 active
+#define NVIC_ACTIVE0_INT1       0x00000002  ///< Interrupt 1 active
+#define NVIC_ACTIVE0_INT0       0x00000001  ///< Interrupt 0 active
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_ACTIVE1 register.
+ */
+/*\{*/
+#define NVIC_ACTIVE1_INT59      0x08000000  ///< Interrupt 59 active
+#define NVIC_ACTIVE1_INT58      0x04000000  ///< Interrupt 58 active
+#define NVIC_ACTIVE1_INT57      0x02000000  ///< Interrupt 57 active
+#define NVIC_ACTIVE1_INT56      0x01000000  ///< Interrupt 56 active
+#define NVIC_ACTIVE1_INT55      0x00800000  ///< Interrupt 55 active
+#define NVIC_ACTIVE1_INT54      0x00400000  ///< Interrupt 54 active
+#define NVIC_ACTIVE1_INT53      0x00200000  ///< Interrupt 53 active
+#define NVIC_ACTIVE1_INT52      0x00100000  ///< Interrupt 52 active
+#define NVIC_ACTIVE1_INT51      0x00080000  ///< Interrupt 51 active
+#define NVIC_ACTIVE1_INT50      0x00040000  ///< Interrupt 50 active
+#define NVIC_ACTIVE1_INT49      0x00020000  ///< Interrupt 49 active
+#define NVIC_ACTIVE1_INT48      0x00010000  ///< Interrupt 48 active
+#define NVIC_ACTIVE1_INT47      0x00008000  ///< Interrupt 47 active
+#define NVIC_ACTIVE1_INT46      0x00004000  ///< Interrupt 46 active
+#define NVIC_ACTIVE1_INT45      0x00002000  ///< Interrupt 45 active
+#define NVIC_ACTIVE1_INT44      0x00001000  ///< Interrupt 44 active
+#define NVIC_ACTIVE1_INT43      0x00000800  ///< Interrupt 43 active
+#define NVIC_ACTIVE1_INT42      0x00000400  ///< Interrupt 42 active
+#define NVIC_ACTIVE1_INT41      0x00000200  ///< Interrupt 41 active
+#define NVIC_ACTIVE1_INT40      0x00000100  ///< Interrupt 40 active
+#define NVIC_ACTIVE1_INT39      0x00000080  ///< Interrupt 39 active
+#define NVIC_ACTIVE1_INT38      0x00000040  ///< Interrupt 38 active
+#define NVIC_ACTIVE1_INT37      0x00000020  ///< Interrupt 37 active
+#define NVIC_ACTIVE1_INT36      0x00000010  ///< Interrupt 36 active
+#define NVIC_ACTIVE1_INT35      0x00000008  ///< Interrupt 35 active
+#define NVIC_ACTIVE1_INT34      0x00000004  ///< Interrupt 34 active
+#define NVIC_ACTIVE1_INT33      0x00000002  ///< Interrupt 33 active
+#define NVIC_ACTIVE1_INT32      0x00000001  ///< Interrupt 32 active
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI0 register.
+ */
+/*\{*/
+#define NVIC_PRI0_INT3_M        0xFF000000  ///< Interrupt 3 priority mask
+#define NVIC_PRI0_INT2_M        0x00FF0000  ///< Interrupt 2 priority mask
+#define NVIC_PRI0_INT1_M        0x0000FF00  ///< Interrupt 1 priority mask
+#define NVIC_PRI0_INT0_M        0x000000FF  ///< Interrupt 0 priority mask
+#define NVIC_PRI0_INT3_S        24
+#define NVIC_PRI0_INT2_S        16
+#define NVIC_PRI0_INT1_S        8
+#define NVIC_PRI0_INT0_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI1 register.
+ */
+/*\{*/
+#define NVIC_PRI1_INT7_M        0xFF000000  ///< Interrupt 7 priority mask
+#define NVIC_PRI1_INT6_M        0x00FF0000  ///< Interrupt 6 priority mask
+#define NVIC_PRI1_INT5_M        0x0000FF00  ///< Interrupt 5 priority mask
+#define NVIC_PRI1_INT4_M        0x000000FF  ///< Interrupt 4 priority mask
+#define NVIC_PRI1_INT7_S        24
+#define NVIC_PRI1_INT6_S        16
+#define NVIC_PRI1_INT5_S        8
+#define NVIC_PRI1_INT4_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI2 register.
+ */
+/*\{*/
+#define NVIC_PRI2_INT11_M       0xFF000000  ///< Interrupt 11 priority mask
+#define NVIC_PRI2_INT10_M       0x00FF0000  ///< Interrupt 10 priority mask
+#define NVIC_PRI2_INT9_M        0x0000FF00  ///< Interrupt 9 priority mask
+#define NVIC_PRI2_INT8_M        0x000000FF  ///< Interrupt 8 priority mask
+#define NVIC_PRI2_INT11_S       24
+#define NVIC_PRI2_INT10_S       16
+#define NVIC_PRI2_INT9_S        8
+#define NVIC_PRI2_INT8_S        0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI3 register.
+ */
+/*\{*/
+#define NVIC_PRI3_INT15_M       0xFF000000  ///< Interrupt 15 priority mask
+#define NVIC_PRI3_INT14_M       0x00FF0000  ///< Interrupt 14 priority mask
+#define NVIC_PRI3_INT13_M       0x0000FF00  ///< Interrupt 13 priority mask
+#define NVIC_PRI3_INT12_M       0x000000FF  ///< Interrupt 12 priority mask
+#define NVIC_PRI3_INT15_S       24
+#define NVIC_PRI3_INT14_S       16
+#define NVIC_PRI3_INT13_S       8
+#define NVIC_PRI3_INT12_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI4 register.
+ */
+/*\{*/
+#define NVIC_PRI4_INT19_M       0xFF000000  ///< Interrupt 19 priority mask
+#define NVIC_PRI4_INT18_M       0x00FF0000  ///< Interrupt 18 priority mask
+#define NVIC_PRI4_INT17_M       0x0000FF00  ///< Interrupt 17 priority mask
+#define NVIC_PRI4_INT16_M       0x000000FF  ///< Interrupt 16 priority mask
+#define NVIC_PRI4_INT19_S       24
+#define NVIC_PRI4_INT18_S       16
+#define NVIC_PRI4_INT17_S       8
+#define NVIC_PRI4_INT16_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI5 register.
+ */
+/*\{*/
+#define NVIC_PRI5_INT23_M       0xFF000000  ///< Interrupt 23 priority mask
+#define NVIC_PRI5_INT22_M       0x00FF0000  ///< Interrupt 22 priority mask
+#define NVIC_PRI5_INT21_M       0x0000FF00  ///< Interrupt 21 priority mask
+#define NVIC_PRI5_INT20_M       0x000000FF  ///< Interrupt 20 priority mask
+#define NVIC_PRI5_INT23_S       24
+#define NVIC_PRI5_INT22_S       16
+#define NVIC_PRI5_INT21_S       8
+#define NVIC_PRI5_INT20_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI6 register.
+ */
+/*\{*/
+#define NVIC_PRI6_INT27_M       0xFF000000  ///< Interrupt 27 priority mask
+#define NVIC_PRI6_INT26_M       0x00FF0000  ///< Interrupt 26 priority mask
+#define NVIC_PRI6_INT25_M       0x0000FF00  ///< Interrupt 25 priority mask
+#define NVIC_PRI6_INT24_M       0x000000FF  ///< Interrupt 24 priority mask
+#define NVIC_PRI6_INT27_S       24
+#define NVIC_PRI6_INT26_S       16
+#define NVIC_PRI6_INT25_S       8
+#define NVIC_PRI6_INT24_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI7 register.
+ */
+/*\{*/
+#define NVIC_PRI7_INT31_M       0xFF000000  ///< Interrupt 31 priority mask
+#define NVIC_PRI7_INT30_M       0x00FF0000  ///< Interrupt 30 priority mask
+#define NVIC_PRI7_INT29_M       0x0000FF00  ///< Interrupt 29 priority mask
+#define NVIC_PRI7_INT28_M       0x000000FF  ///< Interrupt 28 priority mask
+#define NVIC_PRI7_INT31_S       24
+#define NVIC_PRI7_INT30_S       16
+#define NVIC_PRI7_INT29_S       8
+#define NVIC_PRI7_INT28_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI8 register.
+ */
+/*\{*/
+#define NVIC_PRI8_INT35_M       0xFF000000  ///< Interrupt 35 priority mask
+#define NVIC_PRI8_INT34_M       0x00FF0000  ///< Interrupt 34 priority mask
+#define NVIC_PRI8_INT33_M       0x0000FF00  ///< Interrupt 33 priority mask
+#define NVIC_PRI8_INT32_M       0x000000FF  ///< Interrupt 32 priority mask
+#define NVIC_PRI8_INT35_S       24
+#define NVIC_PRI8_INT34_S       16
+#define NVIC_PRI8_INT33_S       8
+#define NVIC_PRI8_INT32_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI9 register.
+ */
+/*\{*/
+#define NVIC_PRI9_INT39_M       0xFF000000  ///< Interrupt 39 priority mask
+#define NVIC_PRI9_INT38_M       0x00FF0000  ///< Interrupt 38 priority mask
+#define NVIC_PRI9_INT37_M       0x0000FF00  ///< Interrupt 37 priority mask
+#define NVIC_PRI9_INT36_M       0x000000FF  ///< Interrupt 36 priority mask
+#define NVIC_PRI9_INT39_S       24
+#define NVIC_PRI9_INT38_S       16
+#define NVIC_PRI9_INT37_S       8
+#define NVIC_PRI9_INT36_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_PRI10 register.
+ */
+/*\{*/
+#define NVIC_PRI10_INT43_M      0xFF000000  ///< Interrupt 43 priority mask
+#define NVIC_PRI10_INT42_M      0x00FF0000  ///< Interrupt 42 priority mask
+#define NVIC_PRI10_INT41_M      0x0000FF00  ///< Interrupt 41 priority mask
+#define NVIC_PRI10_INT40_M      0x000000FF  ///< Interrupt 40 priority mask
+#define NVIC_PRI10_INT43_S      24
+#define NVIC_PRI10_INT42_S      16
+#define NVIC_PRI10_INT41_S      8
+#define NVIC_PRI10_INT40_S      0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_CPUID register.
+ */
+/*\{*/
+#define NVIC_CPUID_IMP_M        0xFF000000  ///< Implementer
+#define NVIC_CPUID_VAR_M        0x00F00000  ///< Variant
+#define NVIC_CPUID_PARTNO_M     0x0000FFF0  ///< Processor part number
+#define NVIC_CPUID_REV_M        0x0000000F  ///< Revision
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_INT_CTRL register.
+ */
+/*\{*/
+#define NVIC_INT_CTRL_NMI_SET   0x80000000  ///< Pend a NMI
+#define NVIC_INT_CTRL_PEND_SV   0x10000000  ///< Pend a PendSV
+#define NVIC_INT_CTRL_UNPEND_SV 0x08000000  ///< Unpend a PendSV
+#define NVIC_INT_CTRL_PENDSTSET 0x04000000  ///< Set pending SysTick interrupt
+#define NVIC_INT_CTRL_PENDSTCLR 0x02000000  ///< Clear pending SysTick interrupt
+#define NVIC_INT_CTRL_ISR_PRE   0x00800000  ///< Debug interrupt handling
+#define NVIC_INT_CTRL_ISR_PEND  0x00400000  ///< Debug interrupt pending
+#define NVIC_INT_CTRL_VEC_PEN_M 0x003FF000  ///< Highest pending exception
+#define NVIC_INT_CTRL_RET_BASE  0x00000800  ///< Return to base
+#define NVIC_INT_CTRL_VEC_ACT_M 0x000003FF  ///< Current active exception
+#define NVIC_INT_CTRL_VEC_PEN_S 12
+#define NVIC_INT_CTRL_VEC_ACT_S 0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_VTABLE register.
+ */
+/*\{*/
+#define NVIC_VTABLE_BASE        0x20000000  ///< Vector table base
+#define NVIC_VTABLE_OFFSET_M    0x1FFFFF00  ///< Vector table offset
+#define NVIC_VTABLE_OFFSET_S    8
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_APINT register.
+ */
+/*\{*/
+#define NVIC_APINT_VECTKEY_M    0xFFFF0000  ///< Vector key mask
+#define NVIC_APINT_VECTKEY      0x05FA0000  ///< Vector key
+#define NVIC_APINT_ENDIANESS    0x00008000  ///< Data endianess
+#define NVIC_APINT_PRIGROUP_M   0x00000700  ///< Priority group
+#define NVIC_APINT_PRIGROUP_0_8 0x00000700  ///< Priority group 0.8 split
+#define NVIC_APINT_PRIGROUP_1_7 0x00000600  ///< Priority group 1.7 split
+#define NVIC_APINT_PRIGROUP_2_6 0x00000500  ///< Priority group 2.6 split
+#define NVIC_APINT_PRIGROUP_3_5 0x00000400  ///< Priority group 3.5 split
+#define NVIC_APINT_PRIGROUP_4_4 0x00000300  ///< Priority group 4.4 split
+#define NVIC_APINT_PRIGROUP_5_3 0x00000200  ///< Priority group 5.3 split
+#define NVIC_APINT_PRIGROUP_6_2 0x00000100  ///< Priority group 6.2 split
+#define NVIC_APINT_SYSRESETREQ  0x00000004  ///< System reset request
+#define NVIC_APINT_VECT_CLR_ACT 0x00000002  ///< Clear active NMI/fault info
+#define NVIC_APINT_VECT_RESET   0x00000001  ///< System reset
+#define NVIC_APINT_PRIGROUP_7_1 0x00000000  ///< Priority group 7.1 split
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SYS_CTRL register.
+ */
+/*\{*/
+#define NVIC_SYS_CTRL_SEVONPEND 0x00000010  ///< Wakeup on pend
+#define NVIC_SYS_CTRL_SLEEPDEEP 0x00000004  ///< Deep sleep enable
+#define NVIC_SYS_CTRL_SLEEPEXIT 0x00000002  ///< Sleep on ISR exit
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_CFG_CTRL register.
+ */
+/*\{*/
+#define NVIC_CFG_CTRL_BFHFNMIGN 0x00000100  ///< Ignore bus fault in NMI/fault
+#define NVIC_CFG_CTRL_DIV0      0x00000010  ///< Trap on divide by 0
+#define NVIC_CFG_CTRL_UNALIGNED 0x00000008  ///< Trap on unaligned access
+#define NVIC_CFG_CTRL_DEEP_PEND 0x00000004  ///< Allow deep interrupt trigger
+#define NVIC_CFG_CTRL_MAIN_PEND 0x00000002  ///< Allow main interrupt trigger
+#define NVIC_CFG_CTRL_BASE_THR  0x00000001  ///< Thread state control
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SYS_PRI1 register.
+ */
+/*\{*/
+#define NVIC_SYS_PRI1_RES_M     0xFF000000  ///< Priority of reserved handler
+#define NVIC_SYS_PRI1_USAGE_M   0x00FF0000  ///< Priority of usage fault handler
+#define NVIC_SYS_PRI1_BUS_M     0x0000FF00  ///< Priority of bus fault handler
+#define NVIC_SYS_PRI1_MEM_M     0x000000FF  ///< Priority of mem manage handler
+#define NVIC_SYS_PRI1_USAGE_S   16
+#define NVIC_SYS_PRI1_BUS_S     8
+#define NVIC_SYS_PRI1_MEM_S     0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SYS_PRI2 register.
+ */
+/*\{*/
+#define NVIC_SYS_PRI2_SVC_M     0xFF000000  ///< Priority of SVCall handler
+#define NVIC_SYS_PRI2_RES_M     0x00FFFFFF  ///< Priority of reserved handlers
+#define NVIC_SYS_PRI2_SVC_S     24
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SYS_PRI3 register.
+ */
+/*\{*/
+#define NVIC_SYS_PRI3_TICK_M    0xFF000000  ///< Priority of Sys Tick handler
+#define NVIC_SYS_PRI3_PENDSV_M  0x00FF0000  ///< Priority of PendSV handler
+#define NVIC_SYS_PRI3_RES_M     0x0000FF00  ///< Priority of reserved handler
+#define NVIC_SYS_PRI3_DEBUG_M   0x000000FF  ///< Priority of debug handler
+#define NVIC_SYS_PRI3_TICK_S    24
+#define NVIC_SYS_PRI3_PENDSV_S  16
+#define NVIC_SYS_PRI3_DEBUG_S   0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SYS_HND_CTRL
+* register.
+ */
+/*\{*/
+#define NVIC_SYS_HND_CTRL_USAGE 0x00040000  ///< Usage fault enable
+#define NVIC_SYS_HND_CTRL_BUS   0x00020000  ///< Bus fault enable
+#define NVIC_SYS_HND_CTRL_MEM   0x00010000  ///< Mem manage fault enable
+#define NVIC_SYS_HND_CTRL_SVC   0x00008000  ///< SVCall is pended
+#define NVIC_SYS_HND_CTRL_BUSP  0x00004000  ///< Bus fault is pended
+#define NVIC_SYS_HND_CTRL_TICK  0x00000800  ///< Sys tick is active
+#define NVIC_SYS_HND_CTRL_PNDSV 0x00000400  ///< PendSV is active
+#define NVIC_SYS_HND_CTRL_MON   0x00000100  ///< Monitor is active
+#define NVIC_SYS_HND_CTRL_SVCA  0x00000080  ///< SVCall is active
+#define NVIC_SYS_HND_CTRL_USGA  0x00000008  ///< Usage fault is active
+#define NVIC_SYS_HND_CTRL_BUSA  0x00000002  ///< Bus fault is active
+#define NVIC_SYS_HND_CTRL_MEMA  0x00000001  ///< Mem manage is active
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_FAULT_STAT
+* register.
+ */
+/*\{*/
+#define NVIC_FAULT_STAT_DIV0    0x02000000  ///< Divide by zero fault
+#define NVIC_FAULT_STAT_UNALIGN 0x01000000  ///< Unaligned access fault
+#define NVIC_FAULT_STAT_NOCP    0x00080000  ///< No coprocessor fault
+#define NVIC_FAULT_STAT_INVPC   0x00040000  ///< Invalid PC fault
+#define NVIC_FAULT_STAT_INVSTAT 0x00020000  ///< Invalid state fault
+#define NVIC_FAULT_STAT_UNDEF   0x00010000  ///< Undefined instruction fault
+#define NVIC_FAULT_STAT_BFARV   0x00008000  ///< BFAR is valid
+#define NVIC_FAULT_STAT_BSTKE   0x00001000  ///< Stack bus fault
+#define NVIC_FAULT_STAT_BUSTKE  0x00000800  ///< Unstack bus fault
+#define NVIC_FAULT_STAT_IMPRE   0x00000400  ///< Imprecise data bus error
+#define NVIC_FAULT_STAT_PRECISE 0x00000200  ///< Precise data bus error
+#define NVIC_FAULT_STAT_IBUS    0x00000100  ///< Instruction bus fault
+#define NVIC_FAULT_STAT_MMARV   0x00000080  ///< MMAR is valid
+#define NVIC_FAULT_STAT_MSTKE   0x00000010  ///< Stack access violation
+#define NVIC_FAULT_STAT_MUSTKE  0x00000008  ///< Unstack access violation
+#define NVIC_FAULT_STAT_DERR    0x00000002  ///< Data access violation
+#define NVIC_FAULT_STAT_IERR    0x00000001  ///< Instruction access violation
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_HFAULT_STAT
+* register.
+ */
+/*\{*/
+#define NVIC_HFAULT_STAT_DBG    0x80000000  ///< Debug event
+#define NVIC_HFAULT_STAT_FORCED 0x40000000  ///< Cannot execute fault handler
+#define NVIC_HFAULT_STAT_VECT   0x00000002  ///< Vector table read fault
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DEBUG_STAT
+* register.
+ */
+/*\{*/
+#define NVIC_DEBUG_STAT_EXTRNL  0x00000010  ///< EDBGRQ asserted
+#define NVIC_DEBUG_STAT_VCATCH  0x00000008  ///< Vector catch
+#define NVIC_DEBUG_STAT_DWTTRAP 0x00000004  ///< DWT match
+#define NVIC_DEBUG_STAT_BKPT    0x00000002  ///< Breakpoint instruction
+#define NVIC_DEBUG_STAT_HALTED  0x00000001  ///< Halt request
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MM_ADDR register.
+ */
+/*\{*/
+#define NVIC_MM_ADDR_M          0xFFFFFFFF  ///< Data fault address
+#define NVIC_MM_ADDR_S          0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_FAULT_ADDR
+* register.
+ */
+/*\{*/
+#define NVIC_FAULT_ADDR_M       0xFFFFFFFF  ///< Data bus fault address
+#define NVIC_FAULT_ADDR_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MPU_TYPE register.
+ */
+/*\{*/
+#define NVIC_MPU_TYPE_IREGION_M 0x00FF0000  ///< Number of I regions
+#define NVIC_MPU_TYPE_DREGION_M 0x0000FF00  ///< Number of D regions
+#define NVIC_MPU_TYPE_SEPARATE  0x00000001  ///< Separate or unified MPU
+#define NVIC_MPU_TYPE_IREGION_S 16
+#define NVIC_MPU_TYPE_DREGION_S 8
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MPU_CTRL register.
+ */
+/*\{*/
+#define NVIC_MPU_CTRL_PRIVDEFEN 0x00000004  ///< MPU default region in priv mode
+#define NVIC_MPU_CTRL_HFNMIENA  0x00000002  ///< MPU enabled during faults
+#define NVIC_MPU_CTRL_ENABLE    0x00000001  ///< MPU enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MPU_NUMBER
+* register.
+ */
+/*\{*/
+#define NVIC_MPU_NUMBER_M       0x000000FF  ///< MPU region to access
+#define NVIC_MPU_NUMBER_S       0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MPU_BASE register.
+ */
+/*\{*/
+#define NVIC_MPU_BASE_ADDR_M    0xFFFFFFE0  ///< Base address mask
+#define NVIC_MPU_BASE_VALID     0x00000010  ///< Region number valid
+#define NVIC_MPU_BASE_REGION_M  0x0000000F  ///< Region number
+#define NVIC_MPU_BASE_ADDR_S    8
+#define NVIC_MPU_BASE_REGION_S  0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_MPU_ATTR register.
+ */
+/*\{*/
+#define NVIC_MPU_ATTR_M         0xFFFF0000  ///< Attributes
+#define NVIC_MPU_ATTR_AP_NO_NO  0x00000000  ///< prv: no access, usr: no access
+#define NVIC_MPU_ATTR_BUFFRABLE 0x00010000  ///< Bufferable
+#define NVIC_MPU_ATTR_CACHEABLE 0x00020000  ///< Cacheable
+#define NVIC_MPU_ATTR_SHAREABLE 0x00040000  ///< Shareable
+#define NVIC_MPU_ATTR_TEX_M     0x00380000  ///< Type extension mask
+#define NVIC_MPU_ATTR_AP_RW_NO  0x01000000  ///< prv: rw, usr: none
+#define NVIC_MPU_ATTR_AP_RW_RO  0x02000000  ///< prv: rw, usr: read-only
+#define NVIC_MPU_ATTR_AP_RW_RW  0x03000000  ///< prv: rw, usr: rw
+#define NVIC_MPU_ATTR_AP_RO_NO  0x05000000  ///< prv: ro, usr: none
+#define NVIC_MPU_ATTR_AP_RO_RO  0x06000000  ///< prv: ro, usr: ro
+#define NVIC_MPU_ATTR_AP_M      0x07000000  ///< Access permissions mask
+#define NVIC_MPU_ATTR_XN        0x10000000  ///< Execute disable
+#define NVIC_MPU_ATTR_SRD_M     0x0000FF00  ///< Sub-region disable mask
+#define NVIC_MPU_ATTR_SRD_0     0x00000100  ///< Sub-region 0 disable
+#define NVIC_MPU_ATTR_SRD_1     0x00000200  ///< Sub-region 1 disable
+#define NVIC_MPU_ATTR_SRD_2     0x00000400  ///< Sub-region 2 disable
+#define NVIC_MPU_ATTR_SRD_3     0x00000800  ///< Sub-region 3 disable
+#define NVIC_MPU_ATTR_SRD_4     0x00001000  ///< Sub-region 4 disable
+#define NVIC_MPU_ATTR_SRD_5     0x00002000  ///< Sub-region 5 disable
+#define NVIC_MPU_ATTR_SRD_6     0x00004000  ///< Sub-region 6 disable
+#define NVIC_MPU_ATTR_SRD_7     0x00008000  ///< Sub-region 7 disable
+#define NVIC_MPU_ATTR_SIZE_M    0x0000003E  ///< Region size mask
+#define NVIC_MPU_ATTR_SIZE_32B  0x00000008  ///< Region size 32 bytes
+#define NVIC_MPU_ATTR_SIZE_64B  0x0000000A  ///< Region size 64 bytes
+#define NVIC_MPU_ATTR_SIZE_128B 0x0000000C  ///< Region size 128 bytes
+#define NVIC_MPU_ATTR_SIZE_256B 0x0000000E  ///< Region size 256 bytes
+#define NVIC_MPU_ATTR_SIZE_512B 0x00000010  ///< Region size 512 bytes
+#define NVIC_MPU_ATTR_SIZE_1K   0x00000012  ///< Region size 1 Kbytes
+#define NVIC_MPU_ATTR_SIZE_2K   0x00000014  ///< Region size 2 Kbytes
+#define NVIC_MPU_ATTR_SIZE_4K   0x00000016  ///< Region size 4 Kbytes
+#define NVIC_MPU_ATTR_SIZE_8K   0x00000018  ///< Region size 8 Kbytes
+#define NVIC_MPU_ATTR_SIZE_16K  0x0000001A  ///< Region size 16 Kbytes
+#define NVIC_MPU_ATTR_SIZE_32K  0x0000001C  ///< Region size 32 Kbytes
+#define NVIC_MPU_ATTR_SIZE_64K  0x0000001E  ///< Region size 64 Kbytes
+#define NVIC_MPU_ATTR_SIZE_128K 0x00000020  ///< Region size 128 Kbytes
+#define NVIC_MPU_ATTR_SIZE_256K 0x00000022  ///< Region size 256 Kbytes
+#define NVIC_MPU_ATTR_SIZE_512K 0x00000024  ///< Region size 512 Kbytes
+#define NVIC_MPU_ATTR_SIZE_1M   0x00000026  ///< Region size 1 Mbytes
+#define NVIC_MPU_ATTR_SIZE_2M   0x00000028  ///< Region size 2 Mbytes
+#define NVIC_MPU_ATTR_SIZE_4M   0x0000002A  ///< Region size 4 Mbytes
+#define NVIC_MPU_ATTR_SIZE_8M   0x0000002C  ///< Region size 8 Mbytes
+#define NVIC_MPU_ATTR_SIZE_16M  0x0000002E  ///< Region size 16 Mbytes
+#define NVIC_MPU_ATTR_SIZE_32M  0x00000030  ///< Region size 32 Mbytes
+#define NVIC_MPU_ATTR_SIZE_64M  0x00000032  ///< Region size 64 Mbytes
+#define NVIC_MPU_ATTR_SIZE_128M 0x00000034  ///< Region size 128 Mbytes
+#define NVIC_MPU_ATTR_SIZE_256M 0x00000036  ///< Region size 256 Mbytes
+#define NVIC_MPU_ATTR_SIZE_512M 0x00000038  ///< Region size 512 Mbytes
+#define NVIC_MPU_ATTR_SIZE_1G   0x0000003A  ///< Region size 1 Gbytes
+#define NVIC_MPU_ATTR_SIZE_2G   0x0000003C  ///< Region size 2 Gbytes
+#define NVIC_MPU_ATTR_SIZE_4G   0x0000003E  ///< Region size 4 Gbytes
+#define NVIC_MPU_ATTR_ENABLE    0x00000001  ///< Region enable
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DBG_CTRL register.
+ */
+/*\{*/
+#define NVIC_DBG_CTRL_DBGKEY_M  0xFFFF0000  ///< Debug key mask
+#define NVIC_DBG_CTRL_DBGKEY    0xA05F0000  ///< Debug key
+#define NVIC_DBG_CTRL_S_RESET_ST \
+                                0x02000000  ///< Core has reset since last read
+#define NVIC_DBG_CTRL_S_RETIRE_ST \
+                                0x01000000  ///< Core has executed insruction
+                                            ///< since last read
+#define NVIC_DBG_CTRL_S_LOCKUP  0x00080000  ///< Core is locked up
+#define NVIC_DBG_CTRL_S_SLEEP   0x00040000  ///< Core is sleeping
+#define NVIC_DBG_CTRL_S_HALT    0x00020000  ///< Core status on halt
+#define NVIC_DBG_CTRL_S_REGRDY  0x00010000  ///< Register read/write available
+#define NVIC_DBG_CTRL_C_SNAPSTALL \
+                                0x00000020  ///< Breaks a stalled load/store
+#define NVIC_DBG_CTRL_C_MASKINT 0x00000008  ///< Mask interrupts when stepping
+#define NVIC_DBG_CTRL_C_STEP    0x00000004  ///< Step the core
+#define NVIC_DBG_CTRL_C_HALT    0x00000002  ///< Halt the core
+#define NVIC_DBG_CTRL_C_DEBUGEN 0x00000001  ///< Enable debug
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DBG_XFER register.
+ */
+/*\{*/
+#define NVIC_DBG_XFER_REG_WNR   0x00010000  ///< Write or not read
+#define NVIC_DBG_XFER_REG_SEL_M 0x0000001F  ///< Register
+#define NVIC_DBG_XFER_REG_CFBP  0x00000014  ///< Control/Fault/BasePri/PriMask
+#define NVIC_DBG_XFER_REG_DSP   0x00000013  ///< Deep SP
+#define NVIC_DBG_XFER_REG_PSP   0x00000012  ///< Process SP
+#define NVIC_DBG_XFER_REG_MSP   0x00000011  ///< Main SP
+#define NVIC_DBG_XFER_REG_FLAGS 0x00000010  ///< xPSR/Flags register
+#define NVIC_DBG_XFER_REG_R15   0x0000000F  ///< Register R15
+#define NVIC_DBG_XFER_REG_R14   0x0000000E  ///< Register R14
+#define NVIC_DBG_XFER_REG_R13   0x0000000D  ///< Register R13
+#define NVIC_DBG_XFER_REG_R12   0x0000000C  ///< Register R12
+#define NVIC_DBG_XFER_REG_R11   0x0000000B  ///< Register R11
+#define NVIC_DBG_XFER_REG_R10   0x0000000A  ///< Register R10
+#define NVIC_DBG_XFER_REG_R9    0x00000009  ///< Register R9
+#define NVIC_DBG_XFER_REG_R8    0x00000008  ///< Register R8
+#define NVIC_DBG_XFER_REG_R7    0x00000007  ///< Register R7
+#define NVIC_DBG_XFER_REG_R6    0x00000006  ///< Register R6
+#define NVIC_DBG_XFER_REG_R5    0x00000005  ///< Register R5
+#define NVIC_DBG_XFER_REG_R4    0x00000004  ///< Register R4
+#define NVIC_DBG_XFER_REG_R3    0x00000003  ///< Register R3
+#define NVIC_DBG_XFER_REG_R2    0x00000002  ///< Register R2
+#define NVIC_DBG_XFER_REG_R1    0x00000001  ///< Register R1
+#define NVIC_DBG_XFER_REG_R0    0x00000000  ///< Register R0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DBG_DATA register.
+ */
+/*\{*/
+#define NVIC_DBG_DATA_M         0xFFFFFFFF  ///< Data temporary cache
+#define NVIC_DBG_DATA_S         0
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_DBG_INT register.
+ */
+/*\{*/
+#define NVIC_DBG_INT_HARDERR    0x00000400  ///< Debug trap on hard fault
+#define NVIC_DBG_INT_INTERR     0x00000200  ///< Debug trap on interrupt errors
+#define NVIC_DBG_INT_BUSERR     0x00000100  ///< Debug trap on bus error
+#define NVIC_DBG_INT_STATERR    0x00000080  ///< Debug trap on usage fault state
+#define NVIC_DBG_INT_CHKERR     0x00000040  ///< Debug trap on usage fault check
+#define NVIC_DBG_INT_NOCPERR    0x00000020  ///< Debug trap on coprocessor error
+#define NVIC_DBG_INT_MMERR      0x00000010  ///< Debug trap on mem manage fault
+#define NVIC_DBG_INT_RESET      0x00000008  ///< Core reset status
+#define NVIC_DBG_INT_RSTPENDCLR 0x00000004  ///< Clear pending core reset
+#define NVIC_DBG_INT_RSTPENDING 0x00000002  ///< Core reset is pending
+#define NVIC_DBG_INT_RSTVCATCH  0x00000001  ///< Reset vector catch
+/*\}*/
+
+/**
+ * The following are defines for the bit fields in the NVIC_SW_TRIG register.
+ */
+/*\{*/
+#define NVIC_SW_TRIG_INTID_M    0x000003FF  ///< Interrupt to trigger
+#define NVIC_SW_TRIG_INTID_S    0
+/*\}*/
+
+/**
+ * The following definitions are deprecated.
+ */
+#ifndef DEPRECATED
+
+/**
+ * Deprecated defines for the Watchdog
+ */
+/*\{*/
+#define WATCHDOG_LOAD_R         (*((reg32_t *)0x40000000))
+#define WATCHDOG_VALUE_R        (*((reg32_t *)0x40000004))
+#define WATCHDOG_CTL_R          (*((reg32_t *)0x40000008))
+#define WATCHDOG_ICR_R          (*((reg32_t *)0x4000000C))
+#define WATCHDOG_RIS_R          (*((reg32_t *)0x40000010))
+#define WATCHDOG_MIS_R          (*((reg32_t *)0x40000014))
+#define WATCHDOG_TEST_R         (*((reg32_t *)0x40000418))
+#define WATCHDOG_LOCK_R         (*((reg32_t *)0x40000C00))
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the I2C_O_SICR register.
+ */
+/*\{*/
+#define I2C_SICR_IC             0x00000001  ///< Clear Interrupt
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the I2C_O_SMIS register.
+ */
+/*\{*/
+#define I2C_SMIS_MIS            0x00000001  ///< Masked Interrupt Status
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the I2C_O_SRIS register.
+ */
+/*\{*/
+#define I2C_SRIS_RIS            0x00000001  ///< Raw Interrupt Status
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the I2C_O_SIMR register.
+ */
+/*\{*/
+#define I2C_SIMR_IM             0x00000001  ///< Interrupt Mask
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the the interpretation of the data
+* in the SSFIFOx when the ADC TMLB is enabled. register.
+ */
+/*\{*/
+#define ADC_TMLB_CNT_M          0x000003C0  ///< Continuous Sample Counter
+#define ADC_TMLB_CONT           0x00000020  ///< Continuation Sample Indicator
+#define ADC_TMLB_DIFF           0x00000010  ///< Differential Sample Indicator
+#define ADC_TMLB_TS             0x00000008  ///< Temp Sensor Sample Indicator
+#define ADC_TMLB_MUX_M          0x00000007  ///< Analog Input Indicator
+#define ADC_TMLB_CNT_S          6           ///< Sample counter shift
+#define ADC_TMLB_MUX_S          0           ///< Input channel number shift
+/*\}*/
+
+/**
+ * Deprecated defines for the ADC register offsets.
+ */
+/*\{*/
+#define ADC_ACTSS_R             (*((reg32_t *)0x40038000))
+#define ADC_RIS_R               (*((reg32_t *)0x40038004))
+#define ADC_IM_R                (*((reg32_t *)0x40038008))
+#define ADC_ISC_R               (*((reg32_t *)0x4003800C))
+#define ADC_OSTAT_R             (*((reg32_t *)0x40038010))
+#define ADC_EMUX_R              (*((reg32_t *)0x40038014))
+#define ADC_USTAT_R             (*((reg32_t *)0x40038018))
+#define ADC_SSPRI_R             (*((reg32_t *)0x40038020))
+#define ADC_PSSI_R              (*((reg32_t *)0x40038028))
+#define ADC_SAC_R               (*((reg32_t *)0x40038030))
+#define ADC_SSMUX0_R            (*((reg32_t *)0x40038040))
+#define ADC_SSCTL0_R            (*((reg32_t *)0x40038044))
+#define ADC_SSFIFO0_R           (*((reg32_t *)0x40038048))
+#define ADC_SSFSTAT0_R          (*((reg32_t *)0x4003804C))
+#define ADC_SSMUX1_R            (*((reg32_t *)0x40038060))
+#define ADC_SSCTL1_R            (*((reg32_t *)0x40038064))
+#define ADC_SSFIFO1_R           (*((reg32_t *)0x40038068))
+#define ADC_SSFSTAT1_R          (*((reg32_t *)0x4003806C))
+#define ADC_SSMUX2_R            (*((reg32_t *)0x40038080))
+#define ADC_SSCTL2_R            (*((reg32_t *)0x40038084))
+#define ADC_SSFIFO2_R           (*((reg32_t *)0x40038088))
+#define ADC_SSFSTAT2_R          (*((reg32_t *)0x4003808C))
+#define ADC_SSMUX3_R            (*((reg32_t *)0x400380A0))
+#define ADC_SSCTL3_R            (*((reg32_t *)0x400380A4))
+#define ADC_SSFIFO3_R           (*((reg32_t *)0x400380A8))
+#define ADC_SSFSTAT3_R          (*((reg32_t *)0x400380AC))
+#define ADC_TMLB_R              (*((reg32_t *)0x40038100))
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the FLASH_FMC register.
+ */
+/*\{*/
+#define FLASH_FMC_WRKEY_M       0xFFFF0000  ///< Flash Memory Write Key
+#define FLASH_FMC_WRKEY_S       16
+/*\}*/
+
+/**
+ * Deprecated defines for the bit fields in the SYSCTL_DID1 register.
+ */
+/*\{*/
+#define SYSCTL_DID1_PKG_28SOIC  0x00000000  ///< SOIC package
+#define SYSCTL_DID1_PKG_48QFP   0x00000008  ///< QFP package
+/*\}*/
+
+/**
+ * Deprecated defines for the NVIC register addresses.
+ */
+/*\{*/
+#define NVIC_MPU_R              (*((reg32_t *)0xE000ED9C))
+/*\}*/
 
+#endif /* DEPRECATED */
 
 #endif /* LM3S1968_H */