Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
113:f141b2784e32
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 98:8ab26030e058 1 /**************************************************************************//**
Kojto 98:8ab26030e058 2 * @file efm32zg222f32.h
Kojto 98:8ab26030e058 3 * @brief CMSIS Cortex-M Peripheral Access Layer Header File
Kojto 98:8ab26030e058 4 * for EFM32ZG222F32
Kojto 113:f141b2784e32 5 * @version 4.2.0
Kojto 98:8ab26030e058 6 ******************************************************************************
Kojto 98:8ab26030e058 7 * @section License
Kojto 113:f141b2784e32 8 * <b>Copyright 2015 Silicon Laboratories, Inc. http://www.silabs.com</b>
Kojto 98:8ab26030e058 9 ******************************************************************************
Kojto 98:8ab26030e058 10 *
Kojto 98:8ab26030e058 11 * Permission is granted to anyone to use this software for any purpose,
Kojto 98:8ab26030e058 12 * including commercial applications, and to alter it and redistribute it
Kojto 98:8ab26030e058 13 * freely, subject to the following restrictions:
Kojto 98:8ab26030e058 14 *
Kojto 98:8ab26030e058 15 * 1. The origin of this software must not be misrepresented; you must not
Kojto 98:8ab26030e058 16 * claim that you wrote the original software.@n
Kojto 98:8ab26030e058 17 * 2. Altered source versions must be plainly marked as such, and must not be
Kojto 98:8ab26030e058 18 * misrepresented as being the original software.@n
Kojto 98:8ab26030e058 19 * 3. This notice may not be removed or altered from any source distribution.
Kojto 98:8ab26030e058 20 *
Kojto 98:8ab26030e058 21 * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc.
Kojto 98:8ab26030e058 22 * has no obligation to support this Software. Silicon Laboratories, Inc. is
Kojto 98:8ab26030e058 23 * providing the Software "AS IS", with no express or implied warranties of any
Kojto 98:8ab26030e058 24 * kind, including, but not limited to, any implied warranties of
Kojto 98:8ab26030e058 25 * merchantability or fitness for any particular purpose or warranties against
Kojto 98:8ab26030e058 26 * infringement of any proprietary rights of a third party.
Kojto 98:8ab26030e058 27 *
Kojto 98:8ab26030e058 28 * Silicon Laboratories, Inc. will not be liable for any consequential,
Kojto 98:8ab26030e058 29 * incidental, or special damages, or any other relief, or for any claim by
Kojto 98:8ab26030e058 30 * any third party, arising from your use of this Software.
Kojto 98:8ab26030e058 31 *
Kojto 98:8ab26030e058 32 *****************************************************************************/
Kojto 98:8ab26030e058 33
Kojto 113:f141b2784e32 34 #ifndef EFM32ZG222F32_H
Kojto 113:f141b2784e32 35 #define EFM32ZG222F32_H
Kojto 98:8ab26030e058 36
Kojto 98:8ab26030e058 37 #ifdef __cplusplus
Kojto 98:8ab26030e058 38 extern "C" {
Kojto 98:8ab26030e058 39 #endif
Kojto 98:8ab26030e058 40
Kojto 98:8ab26030e058 41 /**************************************************************************//**
Kojto 98:8ab26030e058 42 * @addtogroup Parts
Kojto 98:8ab26030e058 43 * @{
Kojto 98:8ab26030e058 44 *****************************************************************************/
Kojto 98:8ab26030e058 45
Kojto 98:8ab26030e058 46 /**************************************************************************//**
Kojto 98:8ab26030e058 47 * @defgroup EFM32ZG222F32 EFM32ZG222F32
Kojto 98:8ab26030e058 48 * @{
Kojto 98:8ab26030e058 49 *****************************************************************************/
Kojto 98:8ab26030e058 50
Kojto 98:8ab26030e058 51 /** Interrupt Number Definition */
Kojto 98:8ab26030e058 52 typedef enum IRQn
Kojto 98:8ab26030e058 53 {
Kojto 98:8ab26030e058 54 /****** Cortex-M0+ Processor Exceptions Numbers *****************************************/
Kojto 113:f141b2784e32 55 NonMaskableInt_IRQn = -14, /*!< 2 Cortex-M0+ Non Maskable Interrupt */
Kojto 98:8ab26030e058 56 HardFault_IRQn = -13, /*!< 3 Cortex-M0+ Hard Fault Interrupt */
Kojto 98:8ab26030e058 57 SVCall_IRQn = -5, /*!< 11 Cortex-M0+ SV Call Interrupt */
Kojto 98:8ab26030e058 58 PendSV_IRQn = -2, /*!< 14 Cortex-M0+ Pend SV Interrupt */
Kojto 98:8ab26030e058 59 SysTick_IRQn = -1, /*!< 15 Cortex-M0+ System Tick Interrupt */
Kojto 98:8ab26030e058 60
Kojto 98:8ab26030e058 61 /****** EFM32ZG Peripheral Interrupt Numbers *********************************************/
Kojto 98:8ab26030e058 62 DMA_IRQn = 0, /*!< 16+0 EFM32 DMA Interrupt */
Kojto 98:8ab26030e058 63 GPIO_EVEN_IRQn = 1, /*!< 16+1 EFM32 GPIO_EVEN Interrupt */
Kojto 98:8ab26030e058 64 TIMER0_IRQn = 2, /*!< 16+2 EFM32 TIMER0 Interrupt */
Kojto 98:8ab26030e058 65 ACMP0_IRQn = 3, /*!< 16+3 EFM32 ACMP0 Interrupt */
Kojto 98:8ab26030e058 66 ADC0_IRQn = 4, /*!< 16+4 EFM32 ADC0 Interrupt */
Kojto 98:8ab26030e058 67 I2C0_IRQn = 5, /*!< 16+5 EFM32 I2C0 Interrupt */
Kojto 98:8ab26030e058 68 GPIO_ODD_IRQn = 6, /*!< 16+6 EFM32 GPIO_ODD Interrupt */
Kojto 98:8ab26030e058 69 TIMER1_IRQn = 7, /*!< 16+7 EFM32 TIMER1 Interrupt */
Kojto 98:8ab26030e058 70 USART1_RX_IRQn = 8, /*!< 16+8 EFM32 USART1_RX Interrupt */
Kojto 98:8ab26030e058 71 USART1_TX_IRQn = 9, /*!< 16+9 EFM32 USART1_TX Interrupt */
Kojto 98:8ab26030e058 72 LEUART0_IRQn = 10, /*!< 16+10 EFM32 LEUART0 Interrupt */
Kojto 98:8ab26030e058 73 PCNT0_IRQn = 11, /*!< 16+11 EFM32 PCNT0 Interrupt */
Kojto 98:8ab26030e058 74 RTC_IRQn = 12, /*!< 16+12 EFM32 RTC Interrupt */
Kojto 98:8ab26030e058 75 CMU_IRQn = 13, /*!< 16+13 EFM32 CMU Interrupt */
Kojto 98:8ab26030e058 76 VCMP_IRQn = 14, /*!< 16+14 EFM32 VCMP Interrupt */
Kojto 98:8ab26030e058 77 MSC_IRQn = 15, /*!< 16+15 EFM32 MSC Interrupt */
Kojto 98:8ab26030e058 78 AES_IRQn = 16, /*!< 16+16 EFM32 AES Interrupt */
Kojto 98:8ab26030e058 79 } IRQn_Type;
Kojto 98:8ab26030e058 80
Kojto 98:8ab26030e058 81 /**************************************************************************//**
Kojto 98:8ab26030e058 82 * @defgroup EFM32ZG222F32_Core EFM32ZG222F32 Core
Kojto 98:8ab26030e058 83 * @{
Kojto 98:8ab26030e058 84 * @brief Processor and Core Peripheral Section
Kojto 98:8ab26030e058 85 *****************************************************************************/
Kojto 98:8ab26030e058 86 #define __MPU_PRESENT 0 /**< MPU not present */
Kojto 98:8ab26030e058 87 #define __VTOR_PRESENT 1 /**< Presence of VTOR register in SCB */
Kojto 98:8ab26030e058 88 #define __NVIC_PRIO_BITS 2 /**< NVIC interrupt priority bits */
Kojto 98:8ab26030e058 89 #define __Vendor_SysTickConfig 0 /**< Is 1 if different SysTick counter is used */
Kojto 98:8ab26030e058 90
Kojto 98:8ab26030e058 91 /** @} End of group EFM32ZG222F32_Core */
Kojto 98:8ab26030e058 92
Kojto 98:8ab26030e058 93 /**************************************************************************//**
Kojto 98:8ab26030e058 94 * @defgroup EFM32ZG222F32_Part EFM32ZG222F32 Part
Kojto 98:8ab26030e058 95 * @{
Kojto 98:8ab26030e058 96 ******************************************************************************/
Kojto 98:8ab26030e058 97
Kojto 98:8ab26030e058 98 /** Part family */
Kojto 113:f141b2784e32 99 #define _EFM32_ZERO_FAMILY 1 /**< Zero Gecko EFM32ZG MCU Family */
Kojto 113:f141b2784e32 100 #define _EFM_DEVICE /**< Silicon Labs EFM-type microcontroller */
Kojto 113:f141b2784e32 101 #define _SILICON_LABS_32B_PLATFORM_1 /**< Silicon Labs platform name */
Kojto 113:f141b2784e32 102 #define _SILICON_LABS_32B_PLATFORM 1 /**< Silicon Labs platform name */
Kojto 98:8ab26030e058 103
Kojto 98:8ab26030e058 104 /* If part number is not defined as compiler option, define it */
Kojto 98:8ab26030e058 105 #if !defined(EFM32ZG222F32)
Kojto 98:8ab26030e058 106 #define EFM32ZG222F32 1 /**< Zero Gecko Part */
Kojto 98:8ab26030e058 107 #endif
Kojto 98:8ab26030e058 108
Kojto 98:8ab26030e058 109 /** Configure part number */
Kojto 98:8ab26030e058 110 #define PART_NUMBER "EFM32ZG222F32" /**< Part Number */
Kojto 98:8ab26030e058 111
Kojto 98:8ab26030e058 112 /** Memory Base addresses and limits */
Kojto 98:8ab26030e058 113 #define FLASH_MEM_BASE ((uint32_t) 0x0UL) /**< FLASH base address */
Kojto 98:8ab26030e058 114 #define FLASH_MEM_SIZE ((uint32_t) 0x10000000UL) /**< FLASH available address space */
Kojto 98:8ab26030e058 115 #define FLASH_MEM_END ((uint32_t) 0xFFFFFFFUL) /**< FLASH end address */
Kojto 98:8ab26030e058 116 #define FLASH_MEM_BITS ((uint32_t) 0x28UL) /**< FLASH used bits */
Kojto 98:8ab26030e058 117 #define AES_MEM_BASE ((uint32_t) 0x400E0000UL) /**< AES base address */
Kojto 98:8ab26030e058 118 #define AES_MEM_SIZE ((uint32_t) 0x400UL) /**< AES available address space */
Kojto 98:8ab26030e058 119 #define AES_MEM_END ((uint32_t) 0x400E03FFUL) /**< AES end address */
Kojto 98:8ab26030e058 120 #define AES_MEM_BITS ((uint32_t) 0x10UL) /**< AES used bits */
Kojto 98:8ab26030e058 121 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */
Kojto 98:8ab26030e058 122 #define PER_MEM_SIZE ((uint32_t) 0xE0000UL) /**< PER available address space */
Kojto 98:8ab26030e058 123 #define PER_MEM_END ((uint32_t) 0x400DFFFFUL) /**< PER end address */
Kojto 98:8ab26030e058 124 #define PER_MEM_BITS ((uint32_t) 0x20UL) /**< PER used bits */
Kojto 98:8ab26030e058 125 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */
Kojto 98:8ab26030e058 126 #define RAM_MEM_SIZE ((uint32_t) 0x40000UL) /**< RAM available address space */
Kojto 98:8ab26030e058 127 #define RAM_MEM_END ((uint32_t) 0x2003FFFFUL) /**< RAM end address */
Kojto 98:8ab26030e058 128 #define RAM_MEM_BITS ((uint32_t) 0x18UL) /**< RAM used bits */
Kojto 98:8ab26030e058 129 #define RAM_CODE_MEM_BASE ((uint32_t) 0x10000000UL) /**< RAM_CODE base address */
Kojto 98:8ab26030e058 130 #define RAM_CODE_MEM_SIZE ((uint32_t) 0x20000UL) /**< RAM_CODE available address space */
Kojto 98:8ab26030e058 131 #define RAM_CODE_MEM_END ((uint32_t) 0x1001FFFFUL) /**< RAM_CODE end address */
Kojto 98:8ab26030e058 132 #define RAM_CODE_MEM_BITS ((uint32_t) 0x17UL) /**< RAM_CODE used bits */
Kojto 98:8ab26030e058 133
Kojto 98:8ab26030e058 134 /** Flash and SRAM limits for EFM32ZG222F32 */
Kojto 98:8ab26030e058 135 #define FLASH_BASE (0x00000000UL) /**< Flash Base Address */
Kojto 98:8ab26030e058 136 #define FLASH_SIZE (0x00008000UL) /**< Available Flash Memory */
Kojto 98:8ab26030e058 137 #define FLASH_PAGE_SIZE 1024 /**< Flash Memory page size */
Kojto 98:8ab26030e058 138 #define SRAM_BASE (0x20000000UL) /**< SRAM Base Address */
Kojto 98:8ab26030e058 139 #define SRAM_SIZE (0x00001000UL) /**< Available SRAM Memory */
Kojto 98:8ab26030e058 140 #define __CM0PLUS_REV 0x001 /**< Cortex-M0+ Core revision r0p1 */
Kojto 98:8ab26030e058 141 #define PRS_CHAN_COUNT 4 /**< Number of PRS channels */
Kojto 98:8ab26030e058 142 #define DMA_CHAN_COUNT 4 /**< Number of DMA channels */
Kojto 113:f141b2784e32 143
Kojto 98:8ab26030e058 144 /** AF channels connect the different on-chip peripherals with the af-mux */
Kojto 98:8ab26030e058 145 #define AFCHAN_MAX 33
Kojto 98:8ab26030e058 146 #define AFCHANLOC_MAX 7
Kojto 98:8ab26030e058 147 /** Analog AF channels */
Kojto 98:8ab26030e058 148 #define AFACHAN_MAX 25
Kojto 98:8ab26030e058 149
Kojto 98:8ab26030e058 150 /* Part number capabilities */
Kojto 98:8ab26030e058 151
Kojto 98:8ab26030e058 152 #define TIMER_PRESENT /**< TIMER is available in this part */
Kojto 98:8ab26030e058 153 #define TIMER_COUNT 2 /**< 2 TIMERs available */
Kojto 98:8ab26030e058 154 #define ACMP_PRESENT /**< ACMP is available in this part */
Kojto 98:8ab26030e058 155 #define ACMP_COUNT 1 /**< 1 ACMPs available */
Kojto 98:8ab26030e058 156 #define USART_PRESENT /**< USART is available in this part */
Kojto 98:8ab26030e058 157 #define USART_COUNT 1 /**< 1 USARTs available */
Kojto 98:8ab26030e058 158 #define IDAC_PRESENT /**< IDAC is available in this part */
Kojto 98:8ab26030e058 159 #define IDAC_COUNT 1 /**< 1 IDACs available */
Kojto 98:8ab26030e058 160 #define ADC_PRESENT /**< ADC is available in this part */
Kojto 98:8ab26030e058 161 #define ADC_COUNT 1 /**< 1 ADCs available */
Kojto 98:8ab26030e058 162 #define LEUART_PRESENT /**< LEUART is available in this part */
Kojto 98:8ab26030e058 163 #define LEUART_COUNT 1 /**< 1 LEUARTs available */
Kojto 98:8ab26030e058 164 #define PCNT_PRESENT /**< PCNT is available in this part */
Kojto 98:8ab26030e058 165 #define PCNT_COUNT 1 /**< 1 PCNTs available */
Kojto 98:8ab26030e058 166 #define I2C_PRESENT /**< I2C is available in this part */
Kojto 98:8ab26030e058 167 #define I2C_COUNT 1 /**< 1 I2Cs available */
Kojto 98:8ab26030e058 168 #define AES_PRESENT
Kojto 98:8ab26030e058 169 #define AES_COUNT 1
Kojto 98:8ab26030e058 170 #define DMA_PRESENT
Kojto 98:8ab26030e058 171 #define DMA_COUNT 1
Kojto 98:8ab26030e058 172 #define LE_PRESENT
Kojto 98:8ab26030e058 173 #define LE_COUNT 1
Kojto 98:8ab26030e058 174 #define MSC_PRESENT
Kojto 98:8ab26030e058 175 #define MSC_COUNT 1
Kojto 98:8ab26030e058 176 #define EMU_PRESENT
Kojto 98:8ab26030e058 177 #define EMU_COUNT 1
Kojto 98:8ab26030e058 178 #define RMU_PRESENT
Kojto 98:8ab26030e058 179 #define RMU_COUNT 1
Kojto 98:8ab26030e058 180 #define CMU_PRESENT
Kojto 98:8ab26030e058 181 #define CMU_COUNT 1
Kojto 98:8ab26030e058 182 #define PRS_PRESENT
Kojto 98:8ab26030e058 183 #define PRS_COUNT 1
Kojto 98:8ab26030e058 184 #define GPIO_PRESENT
Kojto 98:8ab26030e058 185 #define GPIO_COUNT 1
Kojto 98:8ab26030e058 186 #define VCMP_PRESENT
Kojto 98:8ab26030e058 187 #define VCMP_COUNT 1
Kojto 98:8ab26030e058 188 #define RTC_PRESENT
Kojto 98:8ab26030e058 189 #define RTC_COUNT 1
Kojto 98:8ab26030e058 190 #define HFXTAL_PRESENT
Kojto 98:8ab26030e058 191 #define HFXTAL_COUNT 1
Kojto 98:8ab26030e058 192 #define LFXTAL_PRESENT
Kojto 98:8ab26030e058 193 #define LFXTAL_COUNT 1
Kojto 98:8ab26030e058 194 #define WDOG_PRESENT
Kojto 98:8ab26030e058 195 #define WDOG_COUNT 1
Kojto 98:8ab26030e058 196 #define DBG_PRESENT
Kojto 98:8ab26030e058 197 #define DBG_COUNT 1
Kojto 98:8ab26030e058 198 #define BOOTLOADER_PRESENT
Kojto 98:8ab26030e058 199 #define BOOTLOADER_COUNT 1
Kojto 98:8ab26030e058 200 #define ANALOG_PRESENT
Kojto 98:8ab26030e058 201 #define ANALOG_COUNT 1
Kojto 98:8ab26030e058 202
Kojto 98:8ab26030e058 203 /** @} End of group EFM32ZG222F32_Part */
Kojto 113:f141b2784e32 204 #ifndef ARM_MATH_CM0PLUS
Kojto 113:f141b2784e32 205 #define ARM_MATH_CM0PLUS
Kojto 113:f141b2784e32 206 #endif
Kojto 98:8ab26030e058 207 #include "arm_math.h" /* To get __CLZ definitions etc. */
Kojto 98:8ab26030e058 208 #include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
Kojto 98:8ab26030e058 209 #include "system_efm32zg.h" /* System Header */
Kojto 98:8ab26030e058 210
Kojto 98:8ab26030e058 211 /**************************************************************************//**
Kojto 98:8ab26030e058 212 * @defgroup EFM32ZG222F32_Peripheral_TypeDefs EFM32ZG222F32 Peripheral TypeDefs
Kojto 98:8ab26030e058 213 * @{
Kojto 98:8ab26030e058 214 * @brief Device Specific Peripheral Register Structures
Kojto 98:8ab26030e058 215 *****************************************************************************/
Kojto 98:8ab26030e058 216
Kojto 98:8ab26030e058 217 #include "efm32zg_aes.h"
Kojto 98:8ab26030e058 218 #include "efm32zg_dma_ch.h"
Kojto 98:8ab26030e058 219 #include "efm32zg_dma.h"
Kojto 98:8ab26030e058 220 #include "efm32zg_msc.h"
Kojto 98:8ab26030e058 221 #include "efm32zg_emu.h"
Kojto 98:8ab26030e058 222 #include "efm32zg_rmu.h"
Kojto 98:8ab26030e058 223 #include "efm32zg_cmu.h"
Kojto 98:8ab26030e058 224 #include "efm32zg_timer_cc.h"
Kojto 98:8ab26030e058 225 #include "efm32zg_timer.h"
Kojto 98:8ab26030e058 226 #include "efm32zg_acmp.h"
Kojto 98:8ab26030e058 227 #include "efm32zg_usart.h"
Kojto 98:8ab26030e058 228 #include "efm32zg_prs_ch.h"
Kojto 98:8ab26030e058 229 #include "efm32zg_prs.h"
Kojto 98:8ab26030e058 230 #include "efm32zg_idac.h"
Kojto 98:8ab26030e058 231 #include "efm32zg_gpio_p.h"
Kojto 98:8ab26030e058 232 #include "efm32zg_gpio.h"
Kojto 98:8ab26030e058 233 #include "efm32zg_vcmp.h"
Kojto 98:8ab26030e058 234 #include "efm32zg_adc.h"
Kojto 98:8ab26030e058 235 #include "efm32zg_leuart.h"
Kojto 98:8ab26030e058 236 #include "efm32zg_pcnt.h"
Kojto 98:8ab26030e058 237 #include "efm32zg_i2c.h"
Kojto 98:8ab26030e058 238 #include "efm32zg_rtc.h"
Kojto 98:8ab26030e058 239 #include "efm32zg_wdog.h"
Kojto 98:8ab26030e058 240 #include "efm32zg_dma_descriptor.h"
Kojto 98:8ab26030e058 241 #include "efm32zg_devinfo.h"
Kojto 98:8ab26030e058 242 #include "efm32zg_romtable.h"
Kojto 98:8ab26030e058 243 #include "efm32zg_calibrate.h"
Kojto 98:8ab26030e058 244
Kojto 98:8ab26030e058 245 /** @} End of group EFM32ZG222F32_Peripheral_TypeDefs */
Kojto 98:8ab26030e058 246
Kojto 98:8ab26030e058 247 /**************************************************************************//**
Kojto 98:8ab26030e058 248 * @defgroup EFM32ZG222F32_Peripheral_Base EFM32ZG222F32 Peripheral Memory Map
Kojto 98:8ab26030e058 249 * @{
Kojto 98:8ab26030e058 250 *****************************************************************************/
Kojto 98:8ab26030e058 251
Kojto 98:8ab26030e058 252 #define AES_BASE (0x400E0000UL) /**< AES base address */
Kojto 98:8ab26030e058 253 #define DMA_BASE (0x400C2000UL) /**< DMA base address */
Kojto 98:8ab26030e058 254 #define MSC_BASE (0x400C0000UL) /**< MSC base address */
Kojto 98:8ab26030e058 255 #define EMU_BASE (0x400C6000UL) /**< EMU base address */
Kojto 98:8ab26030e058 256 #define RMU_BASE (0x400CA000UL) /**< RMU base address */
Kojto 98:8ab26030e058 257 #define CMU_BASE (0x400C8000UL) /**< CMU base address */
Kojto 98:8ab26030e058 258 #define TIMER0_BASE (0x40010000UL) /**< TIMER0 base address */
Kojto 98:8ab26030e058 259 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */
Kojto 98:8ab26030e058 260 #define ACMP0_BASE (0x40001000UL) /**< ACMP0 base address */
Kojto 98:8ab26030e058 261 #define USART1_BASE (0x4000C400UL) /**< USART1 base address */
Kojto 98:8ab26030e058 262 #define PRS_BASE (0x400CC000UL) /**< PRS base address */
Kojto 98:8ab26030e058 263 #define IDAC0_BASE (0x40004000UL) /**< IDAC0 base address */
Kojto 98:8ab26030e058 264 #define GPIO_BASE (0x40006000UL) /**< GPIO base address */
Kojto 98:8ab26030e058 265 #define VCMP_BASE (0x40000000UL) /**< VCMP base address */
Kojto 98:8ab26030e058 266 #define ADC0_BASE (0x40002000UL) /**< ADC0 base address */
Kojto 98:8ab26030e058 267 #define LEUART0_BASE (0x40084000UL) /**< LEUART0 base address */
Kojto 98:8ab26030e058 268 #define PCNT0_BASE (0x40086000UL) /**< PCNT0 base address */
Kojto 98:8ab26030e058 269 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */
Kojto 98:8ab26030e058 270 #define RTC_BASE (0x40080000UL) /**< RTC base address */
Kojto 98:8ab26030e058 271 #define WDOG_BASE (0x40088000UL) /**< WDOG base address */
Kojto 98:8ab26030e058 272 #define CALIBRATE_BASE (0x0FE08000UL) /**< CALIBRATE base address */
Kojto 98:8ab26030e058 273 #define DEVINFO_BASE (0x0FE081B0UL) /**< DEVINFO base address */
Kojto 98:8ab26030e058 274 #define ROMTABLE_BASE (0xF00FFFD0UL) /**< ROMTABLE base address */
Kojto 98:8ab26030e058 275 #define LOCKBITS_BASE (0x0FE04000UL) /**< Lock-bits page base address */
Kojto 98:8ab26030e058 276 #define USERDATA_BASE (0x0FE00000UL) /**< User data page base address */
Kojto 98:8ab26030e058 277
Kojto 98:8ab26030e058 278 /** @} End of group EFM32ZG222F32_Peripheral_Base */
Kojto 98:8ab26030e058 279
Kojto 98:8ab26030e058 280 /**************************************************************************//**
Kojto 98:8ab26030e058 281 * @defgroup EFM32ZG222F32_Peripheral_Declaration EFM32ZG222F32 Peripheral Declarations
Kojto 98:8ab26030e058 282 * @{
Kojto 98:8ab26030e058 283 *****************************************************************************/
Kojto 98:8ab26030e058 284
Kojto 98:8ab26030e058 285 #define AES ((AES_TypeDef *) AES_BASE) /**< AES base pointer */
Kojto 98:8ab26030e058 286 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */
Kojto 98:8ab26030e058 287 #define MSC ((MSC_TypeDef *) MSC_BASE) /**< MSC base pointer */
Kojto 98:8ab26030e058 288 #define EMU ((EMU_TypeDef *) EMU_BASE) /**< EMU base pointer */
Kojto 98:8ab26030e058 289 #define RMU ((RMU_TypeDef *) RMU_BASE) /**< RMU base pointer */
Kojto 98:8ab26030e058 290 #define CMU ((CMU_TypeDef *) CMU_BASE) /**< CMU base pointer */
Kojto 98:8ab26030e058 291 #define TIMER0 ((TIMER_TypeDef *) TIMER0_BASE) /**< TIMER0 base pointer */
Kojto 98:8ab26030e058 292 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
Kojto 98:8ab26030e058 293 #define ACMP0 ((ACMP_TypeDef *) ACMP0_BASE) /**< ACMP0 base pointer */
Kojto 98:8ab26030e058 294 #define USART1 ((USART_TypeDef *) USART1_BASE) /**< USART1 base pointer */
Kojto 98:8ab26030e058 295 #define PRS ((PRS_TypeDef *) PRS_BASE) /**< PRS base pointer */
Kojto 98:8ab26030e058 296 #define IDAC0 ((IDAC_TypeDef *) IDAC0_BASE) /**< IDAC0 base pointer */
Kojto 98:8ab26030e058 297 #define GPIO ((GPIO_TypeDef *) GPIO_BASE) /**< GPIO base pointer */
Kojto 98:8ab26030e058 298 #define VCMP ((VCMP_TypeDef *) VCMP_BASE) /**< VCMP base pointer */
Kojto 98:8ab26030e058 299 #define ADC0 ((ADC_TypeDef *) ADC0_BASE) /**< ADC0 base pointer */
Kojto 98:8ab26030e058 300 #define LEUART0 ((LEUART_TypeDef *) LEUART0_BASE) /**< LEUART0 base pointer */
Kojto 98:8ab26030e058 301 #define PCNT0 ((PCNT_TypeDef *) PCNT0_BASE) /**< PCNT0 base pointer */
Kojto 98:8ab26030e058 302 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
Kojto 98:8ab26030e058 303 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
Kojto 98:8ab26030e058 304 #define WDOG ((WDOG_TypeDef *) WDOG_BASE) /**< WDOG base pointer */
Kojto 98:8ab26030e058 305 #define CALIBRATE ((CALIBRATE_TypeDef *) CALIBRATE_BASE) /**< CALIBRATE base pointer */
Kojto 98:8ab26030e058 306 #define DEVINFO ((DEVINFO_TypeDef *) DEVINFO_BASE) /**< DEVINFO base pointer */
Kojto 98:8ab26030e058 307 #define ROMTABLE ((ROMTABLE_TypeDef *) ROMTABLE_BASE) /**< ROMTABLE base pointer */
Kojto 98:8ab26030e058 308
Kojto 98:8ab26030e058 309 /** @} End of group EFM32ZG222F32_Peripheral_Declaration */
Kojto 98:8ab26030e058 310
Kojto 98:8ab26030e058 311 /**************************************************************************//**
Kojto 98:8ab26030e058 312 * @defgroup EFM32ZG222F32_BitFields EFM32ZG222F32 Bit Fields
Kojto 98:8ab26030e058 313 * @{
Kojto 98:8ab26030e058 314 *****************************************************************************/
Kojto 98:8ab26030e058 315
Kojto 98:8ab26030e058 316 #include "efm32zg_prs_signals.h"
Kojto 98:8ab26030e058 317 #include "efm32zg_dmareq.h"
Kojto 98:8ab26030e058 318 #include "efm32zg_dmactrl.h"
Kojto 98:8ab26030e058 319
Kojto 98:8ab26030e058 320 /**************************************************************************//**
Kojto 98:8ab26030e058 321 * @defgroup EFM32ZG222F32_UNLOCK EFM32ZG222F32 Unlock Codes
Kojto 98:8ab26030e058 322 * @{
Kojto 98:8ab26030e058 323 *****************************************************************************/
Kojto 98:8ab26030e058 324 #define MSC_UNLOCK_CODE 0x1B71 /**< MSC unlock code */
Kojto 98:8ab26030e058 325 #define EMU_UNLOCK_CODE 0xADE8 /**< EMU unlock code */
Kojto 98:8ab26030e058 326 #define CMU_UNLOCK_CODE 0x580E /**< CMU unlock code */
Kojto 98:8ab26030e058 327 #define TIMER_UNLOCK_CODE 0xCE80 /**< TIMER unlock code */
Kojto 98:8ab26030e058 328 #define GPIO_UNLOCK_CODE 0xA534 /**< GPIO unlock code */
Kojto 98:8ab26030e058 329
Kojto 98:8ab26030e058 330 /** @} End of group EFM32ZG222F32_UNLOCK */
Kojto 98:8ab26030e058 331
Kojto 98:8ab26030e058 332 /** @} End of group EFM32ZG222F32_BitFields */
Kojto 98:8ab26030e058 333
Kojto 98:8ab26030e058 334 /**************************************************************************//**
Kojto 98:8ab26030e058 335 * @defgroup EFM32ZG222F32_Alternate_Function EFM32ZG222F32 Alternate Function
Kojto 98:8ab26030e058 336 * @{
Kojto 98:8ab26030e058 337 *****************************************************************************/
Kojto 98:8ab26030e058 338
Kojto 98:8ab26030e058 339 #include "efm32zg_af_ports.h"
Kojto 98:8ab26030e058 340 #include "efm32zg_af_pins.h"
Kojto 98:8ab26030e058 341
Kojto 98:8ab26030e058 342 /** @} End of group EFM32ZG222F32_Alternate_Function */
Kojto 98:8ab26030e058 343
Kojto 98:8ab26030e058 344 /**************************************************************************//**
Kojto 98:8ab26030e058 345 * @brief Set the value of a bit field within a register.
Kojto 98:8ab26030e058 346 *
Kojto 98:8ab26030e058 347 * @param REG
Kojto 98:8ab26030e058 348 * The register to update
Kojto 98:8ab26030e058 349 * @param MASK
Kojto 98:8ab26030e058 350 * The mask for the bit field to update
Kojto 98:8ab26030e058 351 * @param VALUE
Kojto 98:8ab26030e058 352 * The value to write to the bit field
Kojto 98:8ab26030e058 353 * @param OFFSET
Kojto 98:8ab26030e058 354 * The number of bits that the field is offset within the register.
Kojto 98:8ab26030e058 355 * 0 (zero) means LSB.
Kojto 98:8ab26030e058 356 *****************************************************************************/
Kojto 98:8ab26030e058 357 #define SET_BIT_FIELD(REG, MASK, VALUE, OFFSET) \
Kojto 98:8ab26030e058 358 REG = ((REG) &~(MASK)) | (((VALUE) << (OFFSET)) & (MASK));
Kojto 98:8ab26030e058 359
Kojto 98:8ab26030e058 360 /** @} End of group EFM32ZG222F32 */
Kojto 98:8ab26030e058 361
Kojto 98:8ab26030e058 362 /** @} End of group Parts */
Kojto 98:8ab26030e058 363
Kojto 98:8ab26030e058 364 #ifdef __cplusplus
Kojto 98:8ab26030e058 365 }
Kojto 98:8ab26030e058 366 #endif
Kojto 113:f141b2784e32 367 #endif /* EFM32ZG222F32_H */