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