Searched refs:IS_FSMC_TURNAROUND_TIME (Results 1 – 4 of 4) sorted by relevance
284 assert_param(IS_FSMC_TURNAROUND_TIME(Timing->BusTurnAroundDuration)); in FSMC_NORSRAM_Timing_Init()329 assert_param(IS_FSMC_TURNAROUND_TIME(Timing->BusTurnAroundDuration)); in FSMC_NORSRAM_Extended_Timing_Init()
90 #define IS_FSMC_TURNAROUND_TIME(__TIME__) ((__TIME__) <= 15U) macro
461 #define IS_FSMC_TURNAROUND_TIME(TIME) ((TIME) <= 0xF) macro
174 …assert_param(IS_FSMC_TURNAROUND_TIME(FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_BusT… in FSMC_NORSRAMInit()
Completed in 10 milliseconds