Searched refs:IS_FSMC_WRITE_BURST (Results 1 – 4 of 4) sorted by relevance
82 #define IS_FSMC_WRITE_BURST(__BURST__) (((__BURST__) == FSMC_WRITE_BURST_DISABLE) || \ macro
176 assert_param(IS_FSMC_WRITE_BURST(Init->WriteBurst)); in FSMC_NORSRAM_Init()
421 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ macro
170 assert_param(IS_FSMC_WRITE_BURST(FSMC_NORSRAMInitStruct->FSMC_WriteBurst)); in FSMC_NORSRAMInit()
Completed in 18 milliseconds