Searched refs:IS_FSMC_WRAP_MODE (Results 1 – 4 of 4) sorted by relevance
69 #define IS_FSMC_WRAP_MODE(__MODE__) (((__MODE__) == FSMC_WRAP_MODE_DISABLE) || \ macro
170 assert_param(IS_FSMC_WRAP_MODE(Init->WrapMode)); in FSMC_NORSRAM_Init()
356 #define IS_FSMC_WRAP_MODE(MODE) (((MODE) == FSMC_WrapMode_Disable) || \ macro
165 assert_param(IS_FSMC_WRAP_MODE(FSMC_NORSRAMInitStruct->FSMC_WrapMode)); in FSMC_NORSRAMInit()
Completed in 8 milliseconds