Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmc.h880 #define IS_FMC_READPIPE_DELAY(DELAY) (((DELAY) == FMC_ReadPipe_Delay_0) || \ argument
881 ((DELAY) == FMC_ReadPipe_Delay_1) || \
882 ((DELAY) == FMC_ReadPipe_Delay_2))
891 #define IS_FMC_LOADTOACTIVE_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
899 #define IS_FMC_EXITSELFREFRESH_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
915 #define IS_FMC_ROWCYCLE_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
931 #define IS_FMC_RP_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
939 #define IS_FMC_RCD_DELAY(DELAY) (((DELAY) > 0) && ((DELAY) <= 16)) argument
A Dstm32f4xx_adc.h198 #define IS_ADC_SAMPLING_DELAY(DELAY) (((DELAY) == ADC_TwoSamplingDelay_5Cycles) || \ argument
199 ((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 …]
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h198 #define IS_ADC_SAMPLING_DELAY(DELAY) (((DELAY) == ADC_TwoSamplingDelay_5Cycles) || \ argument
199 ((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 …]
/lk-master/app/mdebug/
A Dfw-m0sub.S135 #define DELAY blx r9 macro
143 DELAY
149 DELAY
158 DELAY
163 DELAY
175 DELAY
180 DELAY
186 DELAY
192 DELAY

Completed in 11 milliseconds