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 4040/** ULFRCO frequency. */
4141#define EFM32_ULFRCO_FREQ (1000UL)
4242
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+
4350/*******************************************************************************
4451 ************************** LOCAL VARIABLES ********************************
4552 ******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
6262
6363extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
6464
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-
7265/*******************************************************************************
7366 ***************************** PROTOTYPES **********************************
7467 ******************************************************************************/
Original file line number Diff line number Diff line change 4040/** ULFRCO frequency */
4141#define EFM32_ULFRCO_FREQ (1000UL)
4242
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+
4350/*******************************************************************************
4451 ************************** LOCAL VARIABLES ********************************
4552 ******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
6363extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
6464extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
6565
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-
7366/*******************************************************************************
7467 ***************************** PROTOTYPES **********************************
7568 ******************************************************************************/
Original file line number Diff line number Diff line change 4040/** ULFRCO frequency. */
4141#define EFM32_ULFRCO_FREQ (1000UL)
4242
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+
4350/*******************************************************************************
4451 ************************** LOCAL VARIABLES ********************************
4552 ******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
6262
6363extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
6464
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-
7265/*******************************************************************************
7366 ***************************** PROTOTYPES **********************************
7467 ******************************************************************************/
Original file line number Diff line number Diff line change 4040/** ULFRCO frequency. */
4141#define EFM32_ULFRCO_FREQ (1000UL)
4242
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+
4350/*******************************************************************************
4451 ************************** LOCAL VARIABLES ********************************
4552 ******************************************************************************/
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ typedef union {
6262
6363extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
6464
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-
7265/*******************************************************************************
7366 ***************************** PROTOTYPES **********************************
7467 ******************************************************************************/
Original file line number Diff line number Diff line change 4040/** ULFRCO frequency */
4141#define EFM32_ULFRCO_FREQ (1000UL)
4242
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+
4350/*******************************************************************************
4451 ************************** LOCAL VARIABLES ********************************
4552 ******************************************************************************/
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ typedef union {
6363extern uint32_t SystemCoreClock ; /**< System Clock Frequency (Core Clock) */
6464extern uint32_t SystemHfrcoFreq ; /**< System HFRCO frequency */
6565
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-
7366/*******************************************************************************
7467 ***************************** PROTOTYPES **********************************
7568 ******************************************************************************/
You can’t perform that action at this time.
0 commit comments