Searched defs:IS_FSMC_WRAP_MODE (Results 1 – 2 of 2) sorted by relevance
69 #define IS_FSMC_WRAP_MODE(__MODE__) (((__MODE__) == FSMC_WRAP_MODE_DISABLE) || \ macro
356 #define IS_FSMC_WRAP_MODE(MODE) (((MODE) == FSMC_WrapMode_Disable) || \ macro
Completed in 7 milliseconds