Searched defs:IS_FMC_EXITSELFREFRESH_DELAY (Results 1 – 2 of 2) sorted by relevance
899 #define IS_FMC_EXITSELFREFRESH_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) macro
264 #define IS_FMC_EXITSELFREFRESH_DELAY(__DELAY__) (((__DELAY__) > 0) && ((__DELAY__) <= 16)) macro
Completed in 8 milliseconds