/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 5640 ADC_SMPR1(ADC_SMPR1_SMP0, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5641 ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 5757 ADC_SMPR1(ADC_SMPR1_SMP0, sConfig->Channel +1U) , in HAL_ADC_ConfigChannel() 5758 ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel +1U) ); in HAL_ADC_ConfigChannel() 5929 ADC_SMPR1(ADC_SMPR1_SMP10, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5930 ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 6292 ADC_SMPR1(ADC_SMPR1_SMP0, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel() 6293 … ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel() 6408 ADC_SMPR1(ADC_SMPR1_SMP0, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel() 6409 … ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel +1U) ); in HAL_ADCEx_InjectedConfigChannel() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 327 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro 336 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc_ex.c | 788 ADC_SMPR1(ADC_SMPR1_SMP20, sConfigInjected->InjectedChannel), in HAL_ADCEx_InjectedConfigChannel() 789 ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l1xx_hal_adc.c | 2015 ADC_SMPR1(ADC_SMPR1_SMP20, sConfig->Channel), in HAL_ADC_ConfigChannel() 2016 ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc.c | 1686 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfig->Channel); in HAL_ADC_ConfigChannel() 1691 hadc->Instance->SMPR1 |= ADC_SMPR1(sConfig->SamplingTime, ADC_CHANNEL_18); in HAL_ADC_ConfigChannel() 1696 hadc->Instance->SMPR1 |= ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
D | stm32f7xx_hal_adc_ex.c | 820 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 823 …hadc->Instance->SMPR1 |= ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc_ex.c | 820 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 823 …hadc->Instance->SMPR1 |= ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f2xx_hal_adc.c | 1623 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfig->Channel); in HAL_ADC_ConfigChannel() 1626 hadc->Instance->SMPR1 |= ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc_ex.c | 1154 ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel() 1155 ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f1xx_hal_adc.c | 2044 ADC_SMPR1(ADC_SMPR1_SMP10, sConfig->Channel) , in HAL_ADC_ConfigChannel() 2045 ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc_ex.c | 853 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 856 …hadc->Instance->SMPR1 |= ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f4xx_hal_adc.c | 1686 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfig->Channel); in HAL_ADC_ConfigChannel() 1689 hadc->Instance->SMPR1 |= ADC_SMPR1(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 786 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 668 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 795 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_adc.h | 854 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * (((uint32_t)((uint16_t)(_CHANN… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 2256 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (_CHANNELNB_))) macro 3548 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1970 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1878 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1959 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2209 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2171 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2184 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2209 #define __HAL_ADC_SMPR1 ADC_SMPR1
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2209 #define __HAL_ADC_SMPR1 ADC_SMPR1
|