Macros
Collaboration diagram for MISC_Vector_Table_Base:

Macros

#define IS_NVIC_VECTTAB(VECTTAB)
 
#define IS_NVIC_VECTTAB(VECTTAB)
 
#define NVIC_VectTab_FLASH   ((uint32_t)0x08000000)
 
#define NVIC_VectTab_FLASH   ((uint32_t)0x08000000)
 
#define NVIC_VectTab_RAM   ((uint32_t)0x20000000)
 
#define NVIC_VectTab_RAM   ((uint32_t)0x20000000)
 

Detailed Description

Macro Definition Documentation

#define IS_NVIC_VECTTAB (   VECTTAB)
#define IS_NVIC_VECTTAB (   VECTTAB)
Value:
(((VECTTAB) == NVIC_VectTab_RAM) || \
((VECTTAB) == NVIC_VectTab_FLASH))
#define NVIC_VectTab_RAM
#define NVIC_VectTab_FLASH

Definition at line 115 of file stm32f30x_misc.h.

#define NVIC_VectTab_FLASH   ((uint32_t)0x08000000)
#define NVIC_VectTab_FLASH   ((uint32_t)0x08000000)

Definition at line 114 of file stm32f30x_misc.h.

#define NVIC_VectTab_RAM   ((uint32_t)0x20000000)
#define NVIC_VectTab_RAM   ((uint32_t)0x20000000)

Definition at line 113 of file stm32f30x_misc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54