/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 743 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.… macro 1143 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 741 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.… macro 1120 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc.h | 722 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!< S… macro 1096 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 744 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.5 … macro 1152 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 496 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR_SMPR_0) /*!< ADC sampling time… macro 1021 ((TIME) == ADC_SAMPLETIME_3CYCLES_5 ) || \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_adc.h | 764 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!< S… macro 1193 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_adc.h | 757 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.5 … macro 1175 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_adc.h | 748 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.5 … macro 1173 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_adc.h | 723 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!< S… macro 1144 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc.h | 779 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!< S… macro 1204 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_adc.h | 677 #define ADC_SAMPLETIME_3CYCLES_5 (LL_ADC_SAMPLINGTIME_3CYCLES_5) /*!< Sampling time 3.5 … macro 1077 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_adc.h | 815 #define ADC_SAMPLETIME_3CYCLES_5 (ADC_SMPR1_SMPPLUS | LL_ADC_SAMPLINGTIME_2CYCLES_5) /*!< S… macro 1395 ((__TIME__) == ADC_SAMPLETIME_3CYCLES_5) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 1939 if (pConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l4xx_hal_adc.c | 2791 if (pConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 1938 if (pConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l5xx_hal_adc.c | 2756 if (pConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 1947 if (pConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32g4xx_hal_adc.c | 2816 if (pConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 2011 if (pConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32h5xx_hal_adc.c | 2867 if (pConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc_ex.c | 2003 if (pConfigInjected->InjectedSamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32h7rsxx_hal_adc.c | 2861 if (pConfig->SamplingTime == ADC_SAMPLETIME_3CYCLES_5) in HAL_ADC_ConfigChannel()
|