MG32F10x Standard Peripherals Firmware Library
Macros
Vector_Table_Base
MG32F10x_StdPeriph_Driver
»
MISC
»
MISC_Exported_Constants
Macros
#define
NVIC_VectTab_RAM
((uint32_t)0x20000000)
#define
NVIC_VectTab_FLASH
((uint32_t)0x08000000)
#define
IS_NVIC_VECTTAB
(VECTTAB)
Detailed Description
Macro Definition Documentation
◆
IS_NVIC_VECTTAB
#define IS_NVIC_VECTTAB
(
VECTTAB
)
Value:
(((VECTTAB) == NVIC_VectTab_RAM) || \
((VECTTAB) == NVIC_VectTab_FLASH))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.