The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Committer:
Mikchel
Date:
Sun May 03 16:04:42 2015 +0000
Revision:
99:7f6c6de930c0
Parent:
98:8ab26030e058
12

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 98:8ab26030e058 1 /**************************************************************************//**
Kojto 98:8ab26030e058 2 * @file efm32hg322f64.h
Kojto 98:8ab26030e058 3 * @brief CMSIS Cortex-M Peripheral Access Layer Header File
Kojto 98:8ab26030e058 4 * for EFM32HG322F64
Kojto 98:8ab26030e058 5 * @version 3.20.12
Kojto 98:8ab26030e058 6 ******************************************************************************
Kojto 98:8ab26030e058 7 * @section License
Kojto 98:8ab26030e058 8 * <b>(C) 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 98:8ab26030e058 34 #ifndef __SILICON_LABS_EFM32HG322F64_H__
Kojto 98:8ab26030e058 35 #define __SILICON_LABS_EFM32HG322F64_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 EFM32HG322F64 EFM32HG322F64
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 98:8ab26030e058 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 /****** EFM32HG 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 USART0_RX_IRQn = 17, /*!< 16+17 EFM32 USART0_RX Interrupt */
Kojto 98:8ab26030e058 80 USART0_TX_IRQn = 18, /*!< 16+18 EFM32 USART0_TX Interrupt */
Kojto 98:8ab26030e058 81 USB_IRQn = 19, /*!< 16+19 EFM32 USB Interrupt */
Kojto 98:8ab26030e058 82 TIMER2_IRQn = 20, /*!< 16+20 EFM32 TIMER2 Interrupt */
Kojto 98:8ab26030e058 83 } IRQn_Type;
Kojto 98:8ab26030e058 84
Kojto 98:8ab26030e058 85 /**************************************************************************//**
Kojto 98:8ab26030e058 86 * @defgroup EFM32HG322F64_Core EFM32HG322F64 Core
Kojto 98:8ab26030e058 87 * @{
Kojto 98:8ab26030e058 88 * @brief Processor and Core Peripheral Section
Kojto 98:8ab26030e058 89 *****************************************************************************/
Kojto 98:8ab26030e058 90 #define __MPU_PRESENT 0 /**< MPU not present */
Kojto 98:8ab26030e058 91 #define __VTOR_PRESENT 1 /**< Presence of VTOR register in SCB */
Kojto 98:8ab26030e058 92 #define __NVIC_PRIO_BITS 2 /**< NVIC interrupt priority bits */
Kojto 98:8ab26030e058 93 #define __Vendor_SysTickConfig 0 /**< Is 1 if different SysTick counter is used */
Kojto 98:8ab26030e058 94
Kojto 98:8ab26030e058 95 /** @} End of group EFM32HG322F64_Core */
Kojto 98:8ab26030e058 96
Kojto 98:8ab26030e058 97 /**************************************************************************//**
Kojto 98:8ab26030e058 98 * @defgroup EFM32HG322F64_Part EFM32HG322F64 Part
Kojto 98:8ab26030e058 99 * @{
Kojto 98:8ab26030e058 100 ******************************************************************************/
Kojto 98:8ab26030e058 101
Kojto 98:8ab26030e058 102 /** Part family */
Kojto 98:8ab26030e058 103 #define _EFM32_HAPPY_FAMILY 1 /**< Happy Gecko EFM32HG MCU Family */
Kojto 98:8ab26030e058 104 #define _EFM_DEVICE /**< Silicon Labs EFM-type microcontroller */
Kojto 98:8ab26030e058 105 #define _SILICON_LABS_32B_PLATFORM_1 /**< Silicon Labs platform name */
Kojto 98:8ab26030e058 106 #define _SILICON_LABS_32B_PLATFORM 1 /**< Silicon Labs platform name */
Kojto 98:8ab26030e058 107
Kojto 98:8ab26030e058 108 /* If part number is not defined as compiler option, define it */
Kojto 98:8ab26030e058 109 #if !defined(EFM32HG322F64)
Kojto 98:8ab26030e058 110 #define EFM32HG322F64 1 /**< Happy Gecko Part */
Kojto 98:8ab26030e058 111 #endif
Kojto 98:8ab26030e058 112
Kojto 98:8ab26030e058 113 /** Configure part number */
Kojto 98:8ab26030e058 114 #define PART_NUMBER "EFM32HG322F64" /**< Part Number */
Kojto 98:8ab26030e058 115
Kojto 98:8ab26030e058 116 /** Memory Base addresses and limits */
Kojto 98:8ab26030e058 117 #define FLASH_MEM_BASE ((uint32_t) 0x0UL) /**< FLASH base address */
Kojto 98:8ab26030e058 118 #define FLASH_MEM_SIZE ((uint32_t) 0x10000000UL) /**< FLASH available address space */
Kojto 98:8ab26030e058 119 #define FLASH_MEM_END ((uint32_t) 0xFFFFFFFUL) /**< FLASH end address */
Kojto 98:8ab26030e058 120 #define FLASH_MEM_BITS ((uint32_t) 0x28UL) /**< FLASH used bits */
Kojto 98:8ab26030e058 121 #define AES_MEM_BASE ((uint32_t) 0x400E0000UL) /**< AES base address */
Kojto 98:8ab26030e058 122 #define AES_MEM_SIZE ((uint32_t) 0x400UL) /**< AES available address space */
Kojto 98:8ab26030e058 123 #define AES_MEM_END ((uint32_t) 0x400E03FFUL) /**< AES end address */
Kojto 98:8ab26030e058 124 #define AES_MEM_BITS ((uint32_t) 0x10UL) /**< AES used bits */
Kojto 98:8ab26030e058 125 #define USBC_MEM_BASE ((uint32_t) 0x40100000UL) /**< USBC base address */
Kojto 98:8ab26030e058 126 #define USBC_MEM_SIZE ((uint32_t) 0x40000UL) /**< USBC available address space */
Kojto 98:8ab26030e058 127 #define USBC_MEM_END ((uint32_t) 0x4013FFFFUL) /**< USBC end address */
Kojto 98:8ab26030e058 128 #define USBC_MEM_BITS ((uint32_t) 0x18UL) /**< USBC used bits */
Kojto 98:8ab26030e058 129 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */
Kojto 98:8ab26030e058 130 #define PER_MEM_SIZE ((uint32_t) 0xE0000UL) /**< PER available address space */
Kojto 98:8ab26030e058 131 #define PER_MEM_END ((uint32_t) 0x400DFFFFUL) /**< PER end address */
Kojto 98:8ab26030e058 132 #define PER_MEM_BITS ((uint32_t) 0x20UL) /**< PER used bits */
Kojto 98:8ab26030e058 133 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */
Kojto 98:8ab26030e058 134 #define RAM_MEM_SIZE ((uint32_t) 0x40000UL) /**< RAM available address space */
Kojto 98:8ab26030e058 135 #define RAM_MEM_END ((uint32_t) 0x2003FFFFUL) /**< RAM end address */
Kojto 98:8ab26030e058 136 #define RAM_MEM_BITS ((uint32_t) 0x18UL) /**< RAM used bits */
Kojto 98:8ab26030e058 137 #define DEVICE_MEM_BASE ((uint32_t) 0xF0040000UL) /**< DEVICE base address */
Kojto 98:8ab26030e058 138 #define DEVICE_MEM_SIZE ((uint32_t) 0x1000UL) /**< DEVICE available address space */
Kojto 98:8ab26030e058 139 #define DEVICE_MEM_END ((uint32_t) 0xF0040FFFUL) /**< DEVICE end address */
Kojto 98:8ab26030e058 140 #define DEVICE_MEM_BITS ((uint32_t) 0x12UL) /**< DEVICE used bits */
Kojto 98:8ab26030e058 141 #define RAM_CODE_MEM_BASE ((uint32_t) 0x10000000UL) /**< RAM_CODE base address */
Kojto 98:8ab26030e058 142 #define RAM_CODE_MEM_SIZE ((uint32_t) 0x20000UL) /**< RAM_CODE available address space */
Kojto 98:8ab26030e058 143 #define RAM_CODE_MEM_END ((uint32_t) 0x1001FFFFUL) /**< RAM_CODE end address */
Kojto 98:8ab26030e058 144 #define RAM_CODE_MEM_BITS ((uint32_t) 0x17UL) /**< RAM_CODE used bits */
Kojto 98:8ab26030e058 145
Kojto 98:8ab26030e058 146 /** Flash and SRAM limits for EFM32HG322F64 */
Kojto 98:8ab26030e058 147 #define FLASH_BASE (0x00000000UL) /**< Flash Base Address */
Kojto 98:8ab26030e058 148 #define FLASH_SIZE (0x00010000UL) /**< Available Flash Memory */
Kojto 98:8ab26030e058 149 #define FLASH_PAGE_SIZE 1024 /**< Flash Memory page size */
Kojto 98:8ab26030e058 150 #define SRAM_BASE (0x20000000UL) /**< SRAM Base Address */
Kojto 98:8ab26030e058 151 #define SRAM_SIZE (0x00002000UL) /**< Available SRAM Memory */
Kojto 98:8ab26030e058 152 #define __CM0PLUS_REV 0x001 /**< Cortex-M0+ Core revision r0p1 */
Kojto 98:8ab26030e058 153 #define PRS_CHAN_COUNT 6 /**< Number of PRS channels */
Kojto 98:8ab26030e058 154 #define DMA_CHAN_COUNT 6 /**< Number of DMA channels */
Kojto 98:8ab26030e058 155
Kojto 98:8ab26030e058 156 /** AF channels connect the different on-chip peripherals with the af-mux */
Kojto 98:8ab26030e058 157 #define AFCHAN_MAX 42
Kojto 98:8ab26030e058 158 #define AFCHANLOC_MAX 7
Kojto 98:8ab26030e058 159 /** Analog AF channels */
Kojto 98:8ab26030e058 160 #define AFACHAN_MAX 27
Kojto 98:8ab26030e058 161
Kojto 98:8ab26030e058 162 /* Part number capabilities */
Kojto 98:8ab26030e058 163
Kojto 98:8ab26030e058 164 #define TIMER_PRESENT /**< TIMER is available in this part */
Kojto 98:8ab26030e058 165 #define TIMER_COUNT 3 /**< 3 TIMERs available */
Kojto 98:8ab26030e058 166 #define ACMP_PRESENT /**< ACMP is available in this part */
Kojto 98:8ab26030e058 167 #define ACMP_COUNT 1 /**< 1 ACMPs available */
Kojto 98:8ab26030e058 168 #define USART_PRESENT /**< USART is available in this part */
Kojto 98:8ab26030e058 169 #define USART_COUNT 2 /**< 2 USARTs available */
Kojto 98:8ab26030e058 170 #define IDAC_PRESENT /**< IDAC is available in this part */
Kojto 98:8ab26030e058 171 #define IDAC_COUNT 1 /**< 1 IDACs available */
Kojto 98:8ab26030e058 172 #define ADC_PRESENT /**< ADC is available in this part */
Kojto 98:8ab26030e058 173 #define ADC_COUNT 1 /**< 1 ADCs available */
Kojto 98:8ab26030e058 174 #define LEUART_PRESENT /**< LEUART is available in this part */
Kojto 98:8ab26030e058 175 #define LEUART_COUNT 1 /**< 1 LEUARTs available */
Kojto 98:8ab26030e058 176 #define PCNT_PRESENT /**< PCNT is available in this part */
Kojto 98:8ab26030e058 177 #define PCNT_COUNT 1 /**< 1 PCNTs available */
Kojto 98:8ab26030e058 178 #define I2C_PRESENT /**< I2C is available in this part */
Kojto 98:8ab26030e058 179 #define I2C_COUNT 1 /**< 1 I2Cs available */
Kojto 98:8ab26030e058 180 #define AES_PRESENT
Kojto 98:8ab26030e058 181 #define AES_COUNT 1
Kojto 98:8ab26030e058 182 #define DMA_PRESENT
Kojto 98:8ab26030e058 183 #define DMA_COUNT 1
Kojto 98:8ab26030e058 184 #define LE_PRESENT
Kojto 98:8ab26030e058 185 #define LE_COUNT 1
Kojto 98:8ab26030e058 186 #define USBC_PRESENT
Kojto 98:8ab26030e058 187 #define USBC_COUNT 1
Kojto 98:8ab26030e058 188 #define USBLE_PRESENT
Kojto 98:8ab26030e058 189 #define USBLE_COUNT 1
Kojto 98:8ab26030e058 190 #define USB_PRESENT
Kojto 98:8ab26030e058 191 #define USB_COUNT 1
Kojto 98:8ab26030e058 192 #define MSC_PRESENT
Kojto 98:8ab26030e058 193 #define MSC_COUNT 1
Kojto 98:8ab26030e058 194 #define EMU_PRESENT
Kojto 98:8ab26030e058 195 #define EMU_COUNT 1
Kojto 98:8ab26030e058 196 #define RMU_PRESENT
Kojto 98:8ab26030e058 197 #define RMU_COUNT 1
Kojto 98:8ab26030e058 198 #define CMU_PRESENT
Kojto 98:8ab26030e058 199 #define CMU_COUNT 1
Kojto 98:8ab26030e058 200 #define PRS_PRESENT
Kojto 98:8ab26030e058 201 #define PRS_COUNT 1
Kojto 98:8ab26030e058 202 #define GPIO_PRESENT
Kojto 98:8ab26030e058 203 #define GPIO_COUNT 1
Kojto 98:8ab26030e058 204 #define VCMP_PRESENT
Kojto 98:8ab26030e058 205 #define VCMP_COUNT 1
Kojto 98:8ab26030e058 206 #define RTC_PRESENT
Kojto 98:8ab26030e058 207 #define RTC_COUNT 1
Kojto 98:8ab26030e058 208 #define HFXTAL_PRESENT
Kojto 98:8ab26030e058 209 #define HFXTAL_COUNT 1
Kojto 98:8ab26030e058 210 #define LFXTAL_PRESENT
Kojto 98:8ab26030e058 211 #define LFXTAL_COUNT 1
Kojto 98:8ab26030e058 212 #define USHFRCO_PRESENT
Kojto 98:8ab26030e058 213 #define USHFRCO_COUNT 1
Kojto 98:8ab26030e058 214 #define WDOG_PRESENT
Kojto 98:8ab26030e058 215 #define WDOG_COUNT 1
Kojto 98:8ab26030e058 216 #define DBG_PRESENT
Kojto 98:8ab26030e058 217 #define DBG_COUNT 1
Kojto 98:8ab26030e058 218 #define MTB_PRESENT
Kojto 98:8ab26030e058 219 #define MTB_COUNT 1
Kojto 98:8ab26030e058 220 #define BOOTLOADER_PRESENT
Kojto 98:8ab26030e058 221 #define BOOTLOADER_COUNT 1
Kojto 98:8ab26030e058 222 #define ANALOG_PRESENT
Kojto 98:8ab26030e058 223 #define ANALOG_COUNT 1
Kojto 98:8ab26030e058 224
Kojto 98:8ab26030e058 225 /** @} End of group EFM32HG322F64_Part */
Kojto 98:8ab26030e058 226
Kojto 98:8ab26030e058 227 #include "arm_math.h" /* To get __CLZ definitions etc. */
Kojto 98:8ab26030e058 228 #include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
Kojto 98:8ab26030e058 229 #include "system_efm32hg.h" /* System Header */
Kojto 98:8ab26030e058 230
Kojto 98:8ab26030e058 231 /**************************************************************************//**
Kojto 98:8ab26030e058 232 * @defgroup EFM32HG322F64_Peripheral_TypeDefs EFM32HG322F64 Peripheral TypeDefs
Kojto 98:8ab26030e058 233 * @{
Kojto 98:8ab26030e058 234 * @brief Device Specific Peripheral Register Structures
Kojto 98:8ab26030e058 235 *****************************************************************************/
Kojto 98:8ab26030e058 236
Kojto 98:8ab26030e058 237 #include "efm32hg_aes.h"
Kojto 98:8ab26030e058 238 #include "efm32hg_dma_ch.h"
Kojto 98:8ab26030e058 239 #include "efm32hg_dma.h"
Kojto 98:8ab26030e058 240 #include "efm32hg_usb_diep.h"
Kojto 98:8ab26030e058 241 #include "efm32hg_usb_doep.h"
Kojto 98:8ab26030e058 242 #include "efm32hg_usb.h"
Kojto 98:8ab26030e058 243 #include "efm32hg_msc.h"
Kojto 98:8ab26030e058 244 #include "efm32hg_emu.h"
Kojto 98:8ab26030e058 245 #include "efm32hg_rmu.h"
Kojto 98:8ab26030e058 246 #include "efm32hg_cmu.h"
Kojto 98:8ab26030e058 247 #include "efm32hg_timer_cc.h"
Kojto 98:8ab26030e058 248 #include "efm32hg_timer.h"
Kojto 98:8ab26030e058 249 #include "efm32hg_acmp.h"
Kojto 98:8ab26030e058 250 #include "efm32hg_usart.h"
Kojto 98:8ab26030e058 251 #include "efm32hg_prs_ch.h"
Kojto 98:8ab26030e058 252 #include "efm32hg_prs.h"
Kojto 98:8ab26030e058 253 #include "efm32hg_idac.h"
Kojto 98:8ab26030e058 254 #include "efm32hg_gpio_p.h"
Kojto 98:8ab26030e058 255 #include "efm32hg_gpio.h"
Kojto 98:8ab26030e058 256 #include "efm32hg_vcmp.h"
Kojto 98:8ab26030e058 257 #include "efm32hg_adc.h"
Kojto 98:8ab26030e058 258 #include "efm32hg_leuart.h"
Kojto 98:8ab26030e058 259 #include "efm32hg_pcnt.h"
Kojto 98:8ab26030e058 260 #include "efm32hg_i2c.h"
Kojto 98:8ab26030e058 261 #include "efm32hg_rtc.h"
Kojto 98:8ab26030e058 262 #include "efm32hg_wdog.h"
Kojto 98:8ab26030e058 263 #include "efm32hg_mtb.h"
Kojto 98:8ab26030e058 264 #include "efm32hg_dma_descriptor.h"
Kojto 98:8ab26030e058 265 #include "efm32hg_devinfo.h"
Kojto 98:8ab26030e058 266 #include "efm32hg_romtable.h"
Kojto 98:8ab26030e058 267 #include "efm32hg_calibrate.h"
Kojto 98:8ab26030e058 268
Kojto 98:8ab26030e058 269 /** @} End of group EFM32HG322F64_Peripheral_TypeDefs */
Kojto 98:8ab26030e058 270
Kojto 98:8ab26030e058 271 /**************************************************************************//**
Kojto 98:8ab26030e058 272 * @defgroup EFM32HG322F64_Peripheral_Base EFM32HG322F64 Peripheral Memory Map
Kojto 98:8ab26030e058 273 * @{
Kojto 98:8ab26030e058 274 *****************************************************************************/
Kojto 98:8ab26030e058 275
Kojto 98:8ab26030e058 276 #define AES_BASE (0x400E0000UL) /**< AES base address */
Kojto 98:8ab26030e058 277 #define DMA_BASE (0x400C2000UL) /**< DMA base address */
Kojto 98:8ab26030e058 278 #define USB_BASE (0x400C4000UL) /**< USB base address */
Kojto 98:8ab26030e058 279 #define MSC_BASE (0x400C0000UL) /**< MSC base address */
Kojto 98:8ab26030e058 280 #define EMU_BASE (0x400C6000UL) /**< EMU base address */
Kojto 98:8ab26030e058 281 #define RMU_BASE (0x400CA000UL) /**< RMU base address */
Kojto 98:8ab26030e058 282 #define CMU_BASE (0x400C8000UL) /**< CMU base address */
Kojto 98:8ab26030e058 283 #define TIMER0_BASE (0x40010000UL) /**< TIMER0 base address */
Kojto 98:8ab26030e058 284 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */
Kojto 98:8ab26030e058 285 #define TIMER2_BASE (0x40010800UL) /**< TIMER2 base address */
Kojto 98:8ab26030e058 286 #define ACMP0_BASE (0x40001000UL) /**< ACMP0 base address */
Kojto 98:8ab26030e058 287 #define USART0_BASE (0x4000C000UL) /**< USART0 base address */
Kojto 98:8ab26030e058 288 #define USART1_BASE (0x4000C400UL) /**< USART1 base address */
Kojto 98:8ab26030e058 289 #define PRS_BASE (0x400CC000UL) /**< PRS base address */
Kojto 98:8ab26030e058 290 #define IDAC0_BASE (0x40004000UL) /**< IDAC0 base address */
Kojto 98:8ab26030e058 291 #define GPIO_BASE (0x40006000UL) /**< GPIO base address */
Kojto 98:8ab26030e058 292 #define VCMP_BASE (0x40000000UL) /**< VCMP base address */
Kojto 98:8ab26030e058 293 #define ADC0_BASE (0x40002000UL) /**< ADC0 base address */
Kojto 98:8ab26030e058 294 #define LEUART0_BASE (0x40084000UL) /**< LEUART0 base address */
Kojto 98:8ab26030e058 295 #define PCNT0_BASE (0x40086000UL) /**< PCNT0 base address */
Kojto 98:8ab26030e058 296 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */
Kojto 98:8ab26030e058 297 #define RTC_BASE (0x40080000UL) /**< RTC base address */
Kojto 98:8ab26030e058 298 #define WDOG_BASE (0x40088000UL) /**< WDOG base address */
Kojto 98:8ab26030e058 299 #define MTB_BASE (0xF0040000UL) /**< MTB base address */
Kojto 98:8ab26030e058 300 #define CALIBRATE_BASE (0x0FE08000UL) /**< CALIBRATE base address */
Kojto 98:8ab26030e058 301 #define DEVINFO_BASE (0x0FE081B0UL) /**< DEVINFO base address */
Kojto 98:8ab26030e058 302 #define ROMTABLE_BASE (0xF00FFFD0UL) /**< ROMTABLE base address */
Kojto 98:8ab26030e058 303 #define LOCKBITS_BASE (0x0FE04000UL) /**< Lock-bits page base address */
Kojto 98:8ab26030e058 304 #define USERDATA_BASE (0x0FE00000UL) /**< User data page base address */
Kojto 98:8ab26030e058 305
Kojto 98:8ab26030e058 306 /** @} End of group EFM32HG322F64_Peripheral_Base */
Kojto 98:8ab26030e058 307
Kojto 98:8ab26030e058 308 /**************************************************************************//**
Kojto 98:8ab26030e058 309 * @defgroup EFM32HG322F64_Peripheral_Declaration EFM32HG322F64 Peripheral Declarations
Kojto 98:8ab26030e058 310 * @{
Kojto 98:8ab26030e058 311 *****************************************************************************/
Kojto 98:8ab26030e058 312
Kojto 98:8ab26030e058 313 #define AES ((AES_TypeDef *) AES_BASE) /**< AES base pointer */
Kojto 98:8ab26030e058 314 #define DMA ((DMA_TypeDef *) DMA_BASE) /**< DMA base pointer */
Kojto 98:8ab26030e058 315 #define USB ((USB_TypeDef *) USB_BASE) /**< USB base pointer */
Kojto 98:8ab26030e058 316 #define MSC ((MSC_TypeDef *) MSC_BASE) /**< MSC base pointer */
Kojto 98:8ab26030e058 317 #define EMU ((EMU_TypeDef *) EMU_BASE) /**< EMU base pointer */
Kojto 98:8ab26030e058 318 #define RMU ((RMU_TypeDef *) RMU_BASE) /**< RMU base pointer */
Kojto 98:8ab26030e058 319 #define CMU ((CMU_TypeDef *) CMU_BASE) /**< CMU base pointer */
Kojto 98:8ab26030e058 320 #define TIMER0 ((TIMER_TypeDef *) TIMER0_BASE) /**< TIMER0 base pointer */
Kojto 98:8ab26030e058 321 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
Kojto 98:8ab26030e058 322 #define TIMER2 ((TIMER_TypeDef *) TIMER2_BASE) /**< TIMER2 base pointer */
Kojto 98:8ab26030e058 323 #define ACMP0 ((ACMP_TypeDef *) ACMP0_BASE) /**< ACMP0 base pointer */
Kojto 98:8ab26030e058 324 #define USART0 ((USART_TypeDef *) USART0_BASE) /**< USART0 base pointer */
Kojto 98:8ab26030e058 325 #define USART1 ((USART_TypeDef *) USART1_BASE) /**< USART1 base pointer */
Kojto 98:8ab26030e058 326 #define PRS ((PRS_TypeDef *) PRS_BASE) /**< PRS base pointer */
Kojto 98:8ab26030e058 327 #define IDAC0 ((IDAC_TypeDef *) IDAC0_BASE) /**< IDAC0 base pointer */
Kojto 98:8ab26030e058 328 #define GPIO ((GPIO_TypeDef *) GPIO_BASE) /**< GPIO base pointer */
Kojto 98:8ab26030e058 329 #define VCMP ((VCMP_TypeDef *) VCMP_BASE) /**< VCMP base pointer */
Kojto 98:8ab26030e058 330 #define ADC0 ((ADC_TypeDef *) ADC0_BASE) /**< ADC0 base pointer */
Kojto 98:8ab26030e058 331 #define LEUART0 ((LEUART_TypeDef *) LEUART0_BASE) /**< LEUART0 base pointer */
Kojto 98:8ab26030e058 332 #define PCNT0 ((PCNT_TypeDef *) PCNT0_BASE) /**< PCNT0 base pointer */
Kojto 98:8ab26030e058 333 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
Kojto 98:8ab26030e058 334 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
Kojto 98:8ab26030e058 335 #define WDOG ((WDOG_TypeDef *) WDOG_BASE) /**< WDOG base pointer */
Kojto 98:8ab26030e058 336 #define MTB ((MTB_TypeDef *) MTB_BASE) /**< MTB base pointer */
Kojto 98:8ab26030e058 337 #define CALIBRATE ((CALIBRATE_TypeDef *) CALIBRATE_BASE) /**< CALIBRATE base pointer */
Kojto 98:8ab26030e058 338 #define DEVINFO ((DEVINFO_TypeDef *) DEVINFO_BASE) /**< DEVINFO base pointer */
Kojto 98:8ab26030e058 339 #define ROMTABLE ((ROMTABLE_TypeDef *) ROMTABLE_BASE) /**< ROMTABLE base pointer */
Kojto 98:8ab26030e058 340
Kojto 98:8ab26030e058 341 /** @} End of group EFM32HG322F64_Peripheral_Declaration */
Kojto 98:8ab26030e058 342
Kojto 98:8ab26030e058 343 /**************************************************************************//**
Kojto 98:8ab26030e058 344 * @defgroup EFM32HG322F64_BitFields EFM32HG322F64 Bit Fields
Kojto 98:8ab26030e058 345 * @{
Kojto 98:8ab26030e058 346 *****************************************************************************/
Kojto 98:8ab26030e058 347
Kojto 98:8ab26030e058 348 #include "efm32hg_prs_signals.h"
Kojto 98:8ab26030e058 349 #include "efm32hg_dmareq.h"
Kojto 98:8ab26030e058 350 #include "efm32hg_dmactrl.h"
Kojto 98:8ab26030e058 351
Kojto 98:8ab26030e058 352 /**************************************************************************//**
Kojto 98:8ab26030e058 353 * @defgroup EFM32HG322F64_UNLOCK EFM32HG322F64 Unlock Codes
Kojto 98:8ab26030e058 354 * @{
Kojto 98:8ab26030e058 355 *****************************************************************************/
Kojto 98:8ab26030e058 356 #define MSC_UNLOCK_CODE 0x1B71 /**< MSC unlock code */
Kojto 98:8ab26030e058 357 #define EMU_UNLOCK_CODE 0xADE8 /**< EMU unlock code */
Kojto 98:8ab26030e058 358 #define CMU_UNLOCK_CODE 0x580E /**< CMU unlock code */
Kojto 98:8ab26030e058 359 #define TIMER_UNLOCK_CODE 0xCE80 /**< TIMER unlock code */
Kojto 98:8ab26030e058 360 #define GPIO_UNLOCK_CODE 0xA534 /**< GPIO unlock code */
Kojto 98:8ab26030e058 361
Kojto 98:8ab26030e058 362 /** @} End of group EFM32HG322F64_UNLOCK */
Kojto 98:8ab26030e058 363
Kojto 98:8ab26030e058 364 /** @} End of group EFM32HG322F64_BitFields */
Kojto 98:8ab26030e058 365
Kojto 98:8ab26030e058 366 /**************************************************************************//**
Kojto 98:8ab26030e058 367 * @defgroup EFM32HG322F64_Alternate_Function EFM32HG322F64 Alternate Function
Kojto 98:8ab26030e058 368 * @{
Kojto 98:8ab26030e058 369 *****************************************************************************/
Kojto 98:8ab26030e058 370
Kojto 98:8ab26030e058 371 #include "efm32hg_af_ports.h"
Kojto 98:8ab26030e058 372 #include "efm32hg_af_pins.h"
Kojto 98:8ab26030e058 373
Kojto 98:8ab26030e058 374 /** @} End of group EFM32HG322F64_Alternate_Function */
Kojto 98:8ab26030e058 375
Kojto 98:8ab26030e058 376 /**************************************************************************//**
Kojto 98:8ab26030e058 377 * @brief Set the value of a bit field within a register.
Kojto 98:8ab26030e058 378 *
Kojto 98:8ab26030e058 379 * @param REG
Kojto 98:8ab26030e058 380 * The register to update
Kojto 98:8ab26030e058 381 * @param MASK
Kojto 98:8ab26030e058 382 * The mask for the bit field to update
Kojto 98:8ab26030e058 383 * @param VALUE
Kojto 98:8ab26030e058 384 * The value to write to the bit field
Kojto 98:8ab26030e058 385 * @param OFFSET
Kojto 98:8ab26030e058 386 * The number of bits that the field is offset within the register.
Kojto 98:8ab26030e058 387 * 0 (zero) means LSB.
Kojto 98:8ab26030e058 388 *****************************************************************************/
Kojto 98:8ab26030e058 389 #define SET_BIT_FIELD(REG, MASK, VALUE, OFFSET) \
Kojto 98:8ab26030e058 390 REG = ((REG) &~(MASK)) | (((VALUE) << (OFFSET)) & (MASK));
Kojto 98:8ab26030e058 391
Kojto 98:8ab26030e058 392 /** @} End of group EFM32HG322F64 */
Kojto 98:8ab26030e058 393
Kojto 98:8ab26030e058 394 /** @} End of group Parts */
Kojto 98:8ab26030e058 395
Kojto 98:8ab26030e058 396 #ifdef __cplusplus
Kojto 98:8ab26030e058 397 }
Kojto 98:8ab26030e058 398 #endif
Kojto 98:8ab26030e058 399 #endif /* __SILICON_LABS_EFM32HG322F64_H__ */