if defined(TARGET_IS_BLIZZARD_RA1) 其中if defined后是什么意思?



#if defined(TARGET_IS_BLIZZARD_RA1) || \
defined(TARGET_IS_BLIZZARD_RA3) || \
defined(TARGET_IS_BLIZZARD_RB1) || \
defined(TARGET_IS_SNOWFLAKE_RA0)
#define ROM_IntMasterDisable \
((bool (*)(void))ROM_INTERRUPTTABLE[2])

其中if defined后是什么意思?