File tree Expand file tree Collapse file tree 20 files changed +70
-70
lines changed
targets/TARGET_Silicon_Labs/TARGET_EFM32 Expand file tree Collapse file tree 20 files changed +70
-70
lines changed Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency. */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
62
62
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
65
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
66
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
67
- #define __Vectors __vector_table
68
- #endif
69
- extern const tVectorEntry __Vectors [];
70
- #endif
71
-
72
65
/*******************************************************************************
73
66
***************************** PROTOTYPES **********************************
74
67
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
65
65
66
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
67
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
68
- #define __Vectors __vector_table
69
- #endif
70
- extern const tVectorEntry __Vectors [];
71
- #endif
72
-
73
66
/*******************************************************************************
74
67
***************************** PROTOTYPES **********************************
75
68
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency. */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
62
62
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
65
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
66
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
67
- #define __Vectors __vector_table
68
- #endif
69
- extern const tVectorEntry __Vectors [];
70
- #endif
71
-
72
65
/*******************************************************************************
73
66
***************************** PROTOTYPES **********************************
74
67
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency. */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
62
62
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
65
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
66
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
67
- #define __Vectors __vector_table
68
- #endif
69
- extern const tVectorEntry __Vectors [];
70
- #endif
71
-
72
65
/*******************************************************************************
73
66
***************************** PROTOTYPES **********************************
74
67
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
65
65
66
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
67
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
68
- #define __Vectors __vector_table
69
- #endif
70
- extern const tVectorEntry __Vectors [];
71
- #endif
72
-
73
66
/*******************************************************************************
74
67
***************************** PROTOTYPES **********************************
75
68
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
65
65
66
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
67
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
68
- #define __Vectors __vector_table
69
- #endif
70
- extern const tVectorEntry __Vectors [];
71
- #endif
72
-
73
66
/*******************************************************************************
74
67
***************************** PROTOTYPES **********************************
75
68
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency. */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
62
62
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
65
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
66
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
67
- #define __Vectors __vector_table
68
- #endif
69
- extern const tVectorEntry __Vectors [];
70
- #endif
71
-
72
65
/*******************************************************************************
73
66
***************************** PROTOTYPES **********************************
74
67
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency. */
41
41
#define EFM32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
62
62
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
65
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
66
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
67
- #define __Vectors __vector_table
68
- #endif
69
- extern const tVectorEntry __Vectors [];
70
- #endif
71
-
72
65
/*******************************************************************************
73
66
***************************** PROTOTYPES **********************************
74
67
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency */
41
41
#define EFR32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
65
65
66
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
67
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
68
- #define __Vectors __vector_table
69
- #endif
70
- extern const tVectorEntry __Vectors [];
71
- #endif
72
-
73
66
/*******************************************************************************
74
67
***************************** PROTOTYPES **********************************
75
68
******************************************************************************/
Original file line number Diff line number Diff line change 40
40
/** ULFRCO frequency */
41
41
#define EFR32_ULFRCO_FREQ (1000UL)
42
42
43
+ #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
44
+ #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
45
+ #define __Vectors __vector_table
46
+ #endif
47
+ extern const tVectorEntry __Vectors [];
48
+ #endif
49
+
43
50
/*******************************************************************************
44
51
************************** LOCAL VARIABLES ********************************
45
52
******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
63
63
extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
64
64
extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
65
65
66
- #if defined(__VTOR_PRESENT ) && (__VTOR_PRESENT == 1U )
67
- #if defined(__ICCARM__ ) /* IAR requires the __vector_table symbol */
68
- #define __Vectors __vector_table
69
- #endif
70
- extern const tVectorEntry __Vectors [];
71
- #endif
72
-
73
66
/*******************************************************************************
74
67
***************************** PROTOTYPES **********************************
75
68
******************************************************************************/
You can’t perform that action at this time.
0 commit comments