Searched refs:DELAY (Results 1 – 4 of 4) sorted by relevance
880 #define IS_FMC_READPIPE_DELAY(DELAY) (((DELAY) == FMC_ReadPipe_Delay_0) || \ argument881 ((DELAY) == FMC_ReadPipe_Delay_1) || \882 ((DELAY) == FMC_ReadPipe_Delay_2))891 #define IS_FMC_LOADTOACTIVE_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument899 #define IS_FMC_EXITSELFREFRESH_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument915 #define IS_FMC_ROWCYCLE_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument931 #define IS_FMC_RP_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument939 #define IS_FMC_RCD_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
198 #define IS_ADC_SAMPLING_DELAY(DELAY) (((DELAY) == ADC_TwoSamplingDelay_5Cycles) || \ argument199 ((DELAY) == ADC_TwoSamplingDelay_6Cycles) || \200 ((DELAY) == ADC_TwoSamplingDelay_7Cycles) || \201 ((DELAY) == ADC_TwoSamplingDelay_8Cycles) || \202 ((DELAY) == ADC_TwoSamplingDelay_9Cycles) || \203 ((DELAY) == ADC_TwoSamplingDelay_10Cycles) || \204 ((DELAY) == ADC_TwoSamplingDelay_11Cycles) || \205 ((DELAY) == ADC_TwoSamplingDelay_12Cycles) || \206 ((DELAY) == ADC_TwoSamplingDelay_13Cycles) || \207 ((DELAY) == ADC_TwoSamplingDelay_14Cycles) || \[all …]
135 #define DELAY blx r9 macro143 DELAY149 DELAY158 DELAY163 DELAY175 DELAY180 DELAY186 DELAY192 DELAY
Completed in 11 milliseconds