Home
last modified time | relevance | path

Searched refs:IS_ADC_SAMPLE_TIME (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c520 if (IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_Init()
1621 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
1623 assert_param(IS_ADC_SAMPLE_TIME(sConfig->SamplingTime)); in HAL_ADC_ConfigChannel()
1650 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_adc.c596 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_RegularChannelConfig()
936 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_InjectedChannelConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_adc.c721 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_RegularChannelConfig()
1199 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_InjectedChannelConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_adc.c722 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_RegularChannelConfig()
1197 assert_param(IS_ADC_SAMPLE_TIME(ADC_SampleTime)); in ADC_InjectedChannelConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h841 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_adc.h220 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SampleTime_1Cycles5) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc_ex.c590 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
A Dstm32f7xx_hal_adc.c998 assert_param(IS_ADC_SAMPLE_TIME(sConfig->SamplingTime)); in HAL_ADC_ConfigChannel()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h367 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SampleTime_3Cycles) || \ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_adc.h374 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SampleTime_3Cycles) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h610 #define IS_ADC_SAMPLE_TIME(__TIME__) (((__TIME__) == ADC_SAMPLETIME_3CYCLES) || \ macro

Completed in 26 milliseconds