Searched defs:IS_FMC_NORSRAM_BANK (Results 1 – 2 of 2) sorted by relevance
44 #define IS_FMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FMC_NORSRAM_BANK1) || \ macro
1082 #define IS_FMC_NORSRAM_BANK(BANK) (((BANK) == FMC_NORSRAM_BANK1) || \ macro