Home
last modified time | relevance | path

Searched refs:ADC_SAMPLETIME_3CYCLES_5 (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_adc.h581 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!<… macro
959 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc_ex.c1914 if (sConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
H A Dstm32l4xx_hal_adc.c2776 if (sConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()