Searched refs:IS_FSMC_CONTINOUS_CLOCK (Results 1 – 5 of 5) sorted by relevance
83 #define IS_FSMC_CONTINOUS_CLOCK(__CCLOCK__) (((__CCLOCK__) == FSMC_CONTINUOUS_CLOCK_SYNC_ONLY) || \ macro
77 #define IS_FSMC_CONTINOUS_CLOCK(__CCLOCK__) (((__CCLOCK__) == FSMC_CONTINUOUS_CLOCK_SYNC_ONLY) || \ macro
87 #define IS_FSMC_CONTINOUS_CLOCK(__CCLOCK__) (((__CCLOCK__) == FSMC_CONTINUOUS_CLOCK_SYNC_ONLY) || \ macro
245 assert_param(IS_FSMC_CONTINOUS_CLOCK(Init->ContinuousClock)); in FSMC_NORSRAM_Init()