EFM32 Happy Gecko Software Documentation  efm32hg-doc-4.2.1
efm32hg322f64.h
Go to the documentation of this file.
1 /**************************************************************************/
34 #ifndef EFM32HG322F64_H
35 #define EFM32HG322F64_H
36 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
41 /**************************************************************************/
46 /**************************************************************************/
52 typedef enum IRQn
53 {
54 /****** Cortex-M0+ Processor Exceptions Numbers *****************************************/
57  SVCall_IRQn = -5,
58  PendSV_IRQn = -2,
59  SysTick_IRQn = -1,
61 /****** EFM32HG Peripheral Interrupt Numbers *********************************************/
62  DMA_IRQn = 0,
65  ACMP0_IRQn = 3,
66  ADC0_IRQn = 4,
67  I2C0_IRQn = 5,
72  LEUART0_IRQn = 10,
73  PCNT0_IRQn = 11,
74  RTC_IRQn = 12,
75  CMU_IRQn = 13,
76  VCMP_IRQn = 14,
77  MSC_IRQn = 15,
78  AES_IRQn = 16,
81  USB_IRQn = 19,
82  TIMER2_IRQn = 20,
83 } IRQn_Type;
84 
85 /**************************************************************************/
90 #define __MPU_PRESENT 0
91 #define __VTOR_PRESENT 1
92 #define __NVIC_PRIO_BITS 2
93 #define __Vendor_SysTickConfig 0
97 /**************************************************************************/
103 #define _EFM32_HAPPY_FAMILY 1
104 #define _EFM_DEVICE
105 #define _SILICON_LABS_32B_PLATFORM_1
106 #define _SILICON_LABS_32B_PLATFORM 1
108 /* If part number is not defined as compiler option, define it */
109 #if !defined(EFM32HG322F64)
110 #define EFM32HG322F64 1
111 #endif
112 
114 #define PART_NUMBER "EFM32HG322F64"
117 #define FLASH_MEM_BASE ((uint32_t) 0x0UL)
118 #define FLASH_MEM_SIZE ((uint32_t) 0x10000000UL)
119 #define FLASH_MEM_END ((uint32_t) 0xFFFFFFFUL)
120 #define FLASH_MEM_BITS ((uint32_t) 0x28UL)
121 #define AES_MEM_BASE ((uint32_t) 0x400E0000UL)
122 #define AES_MEM_SIZE ((uint32_t) 0x400UL)
123 #define AES_MEM_END ((uint32_t) 0x400E03FFUL)
124 #define AES_MEM_BITS ((uint32_t) 0x10UL)
125 #define USBC_MEM_BASE ((uint32_t) 0x40100000UL)
126 #define USBC_MEM_SIZE ((uint32_t) 0x40000UL)
127 #define USBC_MEM_END ((uint32_t) 0x4013FFFFUL)
128 #define USBC_MEM_BITS ((uint32_t) 0x18UL)
129 #define PER_MEM_BASE ((uint32_t) 0x40000000UL)
130 #define PER_MEM_SIZE ((uint32_t) 0xE0000UL)
131 #define PER_MEM_END ((uint32_t) 0x400DFFFFUL)
132 #define PER_MEM_BITS ((uint32_t) 0x20UL)
133 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL)
134 #define RAM_MEM_SIZE ((uint32_t) 0x40000UL)
135 #define RAM_MEM_END ((uint32_t) 0x2003FFFFUL)
136 #define RAM_MEM_BITS ((uint32_t) 0x18UL)
137 #define DEVICE_MEM_BASE ((uint32_t) 0xF0040000UL)
138 #define DEVICE_MEM_SIZE ((uint32_t) 0x1000UL)
139 #define DEVICE_MEM_END ((uint32_t) 0xF0040FFFUL)
140 #define DEVICE_MEM_BITS ((uint32_t) 0x12UL)
141 #define RAM_CODE_MEM_BASE ((uint32_t) 0x10000000UL)
142 #define RAM_CODE_MEM_SIZE ((uint32_t) 0x20000UL)
143 #define RAM_CODE_MEM_END ((uint32_t) 0x1001FFFFUL)
144 #define RAM_CODE_MEM_BITS ((uint32_t) 0x17UL)
147 #define FLASH_BASE (0x00000000UL)
148 #define FLASH_SIZE (0x00010000UL)
149 #define FLASH_PAGE_SIZE 1024
150 #define SRAM_BASE (0x20000000UL)
151 #define SRAM_SIZE (0x00002000UL)
152 #define __CM0PLUS_REV 0x001
153 #define PRS_CHAN_COUNT 6
154 #define DMA_CHAN_COUNT 6
157 #define AFCHAN_MAX 42
158 #define AFCHANLOC_MAX 7
159 
160 #define AFACHAN_MAX 27
161 
162 /* Part number capabilities */
163 
164 #define TIMER_PRESENT
165 #define TIMER_COUNT 3
166 #define ACMP_PRESENT
167 #define ACMP_COUNT 1
168 #define USART_PRESENT
169 #define USART_COUNT 2
170 #define IDAC_PRESENT
171 #define IDAC_COUNT 1
172 #define ADC_PRESENT
173 #define ADC_COUNT 1
174 #define LEUART_PRESENT
175 #define LEUART_COUNT 1
176 #define PCNT_PRESENT
177 #define PCNT_COUNT 1
178 #define I2C_PRESENT
179 #define I2C_COUNT 1
180 #define AES_PRESENT
181 #define AES_COUNT 1
182 #define DMA_PRESENT
183 #define DMA_COUNT 1
184 #define LE_PRESENT
185 #define LE_COUNT 1
186 #define USBC_PRESENT
187 #define USBC_COUNT 1
188 #define USBLE_PRESENT
189 #define USBLE_COUNT 1
190 #define USB_PRESENT
191 #define USB_COUNT 1
192 #define MSC_PRESENT
193 #define MSC_COUNT 1
194 #define EMU_PRESENT
195 #define EMU_COUNT 1
196 #define RMU_PRESENT
197 #define RMU_COUNT 1
198 #define CMU_PRESENT
199 #define CMU_COUNT 1
200 #define PRS_PRESENT
201 #define PRS_COUNT 1
202 #define GPIO_PRESENT
203 #define GPIO_COUNT 1
204 #define VCMP_PRESENT
205 #define VCMP_COUNT 1
206 #define RTC_PRESENT
207 #define RTC_COUNT 1
208 #define HFXTAL_PRESENT
209 #define HFXTAL_COUNT 1
210 #define LFXTAL_PRESENT
211 #define LFXTAL_COUNT 1
212 #define USHFRCO_PRESENT
213 #define USHFRCO_COUNT 1
214 #define WDOG_PRESENT
215 #define WDOG_COUNT 1
216 #define DBG_PRESENT
217 #define DBG_COUNT 1
218 #define MTB_PRESENT
219 #define MTB_COUNT 1
220 #define BOOTLOADER_PRESENT
221 #define BOOTLOADER_COUNT 1
222 #define ANALOG_PRESENT
223 #define ANALOG_COUNT 1
224 
227 #define ARM_MATH_CM0PLUS
228 #include "arm_math.h" /* To get __CLZ definitions etc. */
229 #include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
230 #include "system_efm32hg.h" /* System Header */
231 
232 /**************************************************************************/
238 #include "efm32hg_aes.h"
239 #include "efm32hg_dma_ch.h"
240 #include "efm32hg_dma.h"
241 #include "efm32hg_usb_diep.h"
242 #include "efm32hg_usb_doep.h"
243 #include "efm32hg_usb.h"
244 #include "efm32hg_msc.h"
245 #include "efm32hg_emu.h"
246 #include "efm32hg_rmu.h"
247 #include "efm32hg_cmu.h"
248 #include "efm32hg_timer_cc.h"
249 #include "efm32hg_timer.h"
250 #include "efm32hg_acmp.h"
251 #include "efm32hg_usart.h"
252 #include "efm32hg_prs_ch.h"
253 #include "efm32hg_prs.h"
254 #include "efm32hg_idac.h"
255 #include "efm32hg_gpio_p.h"
256 #include "efm32hg_gpio.h"
257 #include "efm32hg_vcmp.h"
258 #include "efm32hg_adc.h"
259 #include "efm32hg_leuart.h"
260 #include "efm32hg_pcnt.h"
261 #include "efm32hg_i2c.h"
262 #include "efm32hg_rtc.h"
263 #include "efm32hg_wdog.h"
264 #include "efm32hg_mtb.h"
265 #include "efm32hg_dma_descriptor.h"
266 #include "efm32hg_devinfo.h"
267 #include "efm32hg_romtable.h"
268 #include "efm32hg_calibrate.h"
269 
272 /**************************************************************************/
277 #define AES_BASE (0x400E0000UL)
278 #define DMA_BASE (0x400C2000UL)
279 #define USB_BASE (0x400C4000UL)
280 #define MSC_BASE (0x400C0000UL)
281 #define EMU_BASE (0x400C6000UL)
282 #define RMU_BASE (0x400CA000UL)
283 #define CMU_BASE (0x400C8000UL)
284 #define TIMER0_BASE (0x40010000UL)
285 #define TIMER1_BASE (0x40010400UL)
286 #define TIMER2_BASE (0x40010800UL)
287 #define ACMP0_BASE (0x40001000UL)
288 #define USART0_BASE (0x4000C000UL)
289 #define USART1_BASE (0x4000C400UL)
290 #define PRS_BASE (0x400CC000UL)
291 #define IDAC0_BASE (0x40004000UL)
292 #define GPIO_BASE (0x40006000UL)
293 #define VCMP_BASE (0x40000000UL)
294 #define ADC0_BASE (0x40002000UL)
295 #define LEUART0_BASE (0x40084000UL)
296 #define PCNT0_BASE (0x40086000UL)
297 #define I2C0_BASE (0x4000A000UL)
298 #define RTC_BASE (0x40080000UL)
299 #define WDOG_BASE (0x40088000UL)
300 #define MTB_BASE (0xF0040000UL)
301 #define CALIBRATE_BASE (0x0FE08000UL)
302 #define DEVINFO_BASE (0x0FE081B0UL)
303 #define ROMTABLE_BASE (0xF00FFFD0UL)
304 #define LOCKBITS_BASE (0x0FE04000UL)
305 #define USERDATA_BASE (0x0FE00000UL)
309 /**************************************************************************/
314 #define AES ((AES_TypeDef *) AES_BASE)
315 #define DMA ((DMA_TypeDef *) DMA_BASE)
316 #define USB ((USB_TypeDef *) USB_BASE)
317 #define MSC ((MSC_TypeDef *) MSC_BASE)
318 #define EMU ((EMU_TypeDef *) EMU_BASE)
319 #define RMU ((RMU_TypeDef *) RMU_BASE)
320 #define CMU ((CMU_TypeDef *) CMU_BASE)
321 #define TIMER0 ((TIMER_TypeDef *) TIMER0_BASE)
322 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE)
323 #define TIMER2 ((TIMER_TypeDef *) TIMER2_BASE)
324 #define ACMP0 ((ACMP_TypeDef *) ACMP0_BASE)
325 #define USART0 ((USART_TypeDef *) USART0_BASE)
326 #define USART1 ((USART_TypeDef *) USART1_BASE)
327 #define PRS ((PRS_TypeDef *) PRS_BASE)
328 #define IDAC0 ((IDAC_TypeDef *) IDAC0_BASE)
329 #define GPIO ((GPIO_TypeDef *) GPIO_BASE)
330 #define VCMP ((VCMP_TypeDef *) VCMP_BASE)
331 #define ADC0 ((ADC_TypeDef *) ADC0_BASE)
332 #define LEUART0 ((LEUART_TypeDef *) LEUART0_BASE)
333 #define PCNT0 ((PCNT_TypeDef *) PCNT0_BASE)
334 #define I2C0 ((I2C_TypeDef *) I2C0_BASE)
335 #define RTC ((RTC_TypeDef *) RTC_BASE)
336 #define WDOG ((WDOG_TypeDef *) WDOG_BASE)
337 #define MTB ((MTB_TypeDef *) MTB_BASE)
338 #define CALIBRATE ((CALIBRATE_TypeDef *) CALIBRATE_BASE)
339 #define DEVINFO ((DEVINFO_TypeDef *) DEVINFO_BASE)
340 #define ROMTABLE ((ROMTABLE_TypeDef *) ROMTABLE_BASE)
344 /**************************************************************************/
349 #include "efm32hg_prs_signals.h"
350 #include "efm32hg_dmareq.h"
351 #include "efm32hg_dmactrl.h"
352 
353 /**************************************************************************/
357 #define MSC_UNLOCK_CODE 0x1B71
358 #define EMU_UNLOCK_CODE 0xADE8
359 #define CMU_UNLOCK_CODE 0x580E
360 #define TIMER_UNLOCK_CODE 0xCE80
361 #define GPIO_UNLOCK_CODE 0xA534
367 /**************************************************************************/
372 #include "efm32hg_af_ports.h"
373 #include "efm32hg_af_pins.h"
374 
377 /**************************************************************************/
390 #define SET_BIT_FIELD(REG, MASK, VALUE, OFFSET) \
391  REG = ((REG) &~(MASK)) | (((VALUE) << (OFFSET)) & (MASK));
392 
397 #ifdef __cplusplus
398 }
399 #endif
400 #endif /* EFM32HG322F64_H */
EFM32HG_ADC register and bit field definitions.
EFM32HG_ROMTABLE register and bit field definitions.
EFM32HG_IDAC register and bit field definitions.
EFM32HG_TIMER register and bit field definitions.
CMSIS Cortex-M System Layer for EFM32 devices.
EFM32HG_USART register and bit field definitions.
EFM32HG_AES register and bit field definitions.
EFM32HG_PCNT register and bit field definitions.
EFM32HG_DMA_CH register and bit field definitions.
EFM32HG_DEVINFO register and bit field definitions.
EFM32HG_WDOG register and bit field definitions.
EFM32HG_ACMP register and bit field definitions.
EFM32HG_DMA register and bit field definitions.
EFM32HG_USB register and bit field definitions.
EFM32HG_TIMER_CC register and bit field definitions.
EFM32HG_MSC register and bit field definitions.
IRQn
Definition: efm32hg322f64.h:52
enum IRQn IRQn_Type
EFM32HG_DMAREQ register and bit field definitions.
EFM32HG_USB_DOEP register and bit field definitions.
EFM32HG_RMU register and bit field definitions.
EFM32HG_GPIO_P register and bit field definitions.
EFM32HG_MTB register and bit field definitions.
EFM32HG_PRS_CH register and bit field definitions.
EFM32HG_RTC register and bit field definitions.
EFM32HG_CALIBRATE register and bit field definitions.
EFM32HG_LEUART register and bit field definitions.
EFM32HG_EMU register and bit field definitions.
EFM32HG_CMU register and bit field definitions.
EFM32HG_PRS register and bit field definitions.
EFM32HG_GPIO register and bit field definitions.
EFM32HG_VCMP register and bit field definitions.
EFM32HG_USB_DIEP register and bit field definitions.
EFM32HG_DMACTRL register and bit field definitions.
EFM32HG_I2C register and bit field definitions.
EFM32HG_DMA_DESCRIPTOR register and bit field definitions.
EFM32HG_AF_PINS register and bit field definitions.