Searched refs:IS_FSMC_WAIT_FEATURE (Results 1 – 2 of 2) sorted by relevance
247 assert_param( IS_FSMC_WAIT_FEATURE(FSMC_NANDInitStruct->FSMC_Waitfeature)); in FSMC_NANDInit()310 assert_param(IS_FSMC_WAIT_FEATURE(FSMC_PCCARDInitStruct->FSMC_Waitfeature)); in FSMC_PCCARDInit()
518 #define IS_FSMC_WAIT_FEATURE(FEATURE) (((FEATURE) == FSMC_Waitfeature_Disable) || \ macro
Completed in 7 milliseconds