Searched defs:IS_FSMC_WAIT_POLARITY (Results 1 – 2 of 2) sorted by relevance
67 #define IS_FSMC_WAIT_POLARITY(__POLARITY__) (((__POLARITY__) == FSMC_WAIT_SIGNAL_POLARITY_LOW) || \ macro
343 #define IS_FSMC_WAIT_POLARITY(POLARITY) (((POLARITY) == FSMC_WaitSignalPolarity_Low) || \ macro
Completed in 6 milliseconds