Searched defs:IS_FSMC_ADDRESS_HOLD_TIME (Results 1 – 2 of 2) sorted by relevance
443 #define IS_FSMC_ADDRESS_HOLD_TIME(TIME) ((TIME) <= 0xF) macro
908 #define IS_FSMC_ADDRESS_HOLD_TIME(__TIME__) (((__TIME__) > 0U) && ((__TIME__) <= 15U)) macro