NetBurner 3.5.6
PDF Version
same70.h
Go to the documentation of this file.
1
36/*
37 * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
38 */
39#ifndef _SAME70_
40#define _SAME70_
41
42#if defined (__SAME70J19__)
43#include "same70j19.h"
44#elif defined (__SAME70J20__)
45#include "same70j20.h"
46#elif defined (__SAME70J21__)
47#include "same70j21.h"
48#elif defined (__SAME70N19__)
49#include "same70n19.h"
50#elif defined (__SAME70N20__)
51#include "same70n20.h"
52#elif defined (__SAME70N21__)
53#include "same70n21.h"
54#elif defined (__SAME70Q19__)
55#include "same70q19.h"
56#elif defined (__SAME70Q20__)
57#include "same70q20.h"
58#elif defined (__SAME70Q21__)
59#include "same70q21.h"
60#else
61 #error Library does not support the specified device.
62#endif
63
64#define CPU_MAX_IRQ (8)
65
66#define MPU_REGION_NULL_POINTERS (15)
67#define MPU_REGION_BUFF_POOL (14)
68#define MPU_REGION_FAST_BUFF_POOL (13)
69#define MPU_REGION_NO_CACHE_SRAM (12)
70#define MPU_REGION_DRAM (11)
71#define MPU_REGION_EBI_PAGING (7)
72#define MPU_REGION_EBI_WT (6)
73#define MPU_REGION_DRAM_UNUSED (5)
74#define MPU_REGION_DRAM_CACHED (4)
75#define MPU_REGION_FLASH_ORDER (3)
76
77#endif /* _SAME70_ */