/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 5634 ADC_SMPR2(ADC_SMPR2_SMP10, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5635 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 5751 ADC_SMPR2(ADC_SMPR2_SMP10, sConfig->Channel +1U) , in HAL_ADC_ConfigChannel() 5752 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel +1U) ); in HAL_ADC_ConfigChannel() 5935 ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5936 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 6286 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel() 6287 … ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel() 6402 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel() 6403 … ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel +1U) ); in HAL_ADCEx_InjectedConfigChannel() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc_ex.c | 780 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel), in HAL_ADCEx_InjectedConfigChannel() 781 ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l1xx_hal_adc.c | 2007 ADC_SMPR2(ADC_SMPR2_SMP10, sConfig->Channel), in HAL_ADC_ConfigChannel() 2008 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc_ex.c | 828 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 831 …hadc->Instance->SMPR2 |= ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f2xx_hal_adc.c | 1631 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel); in HAL_ADC_ConfigChannel() 1634 hadc->Instance->SMPR2 |= ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc_ex.c | 828 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 831 …hadc->Instance->SMPR2 |= ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f7xx_hal_adc.c | 1702 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel); in HAL_ADC_ConfigChannel() 1705 hadc->Instance->SMPR2 |= ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc_ex.c | 1160 ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel() 1161 ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f1xx_hal_adc.c | 2050 ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel) , in HAL_ADC_ConfigChannel() 2051 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc_ex.c | 861 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 864 …hadc->Instance->SMPR2 |= ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->Injecte… in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f4xx_hal_adc.c | 1694 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel); in HAL_ADC_ConfigChannel() 1697 hadc->Instance->SMPR2 |= ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 794 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 803 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_adc.h | 862 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * ((uint32_t)((uint16_t)(_CHANNE… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 2264 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((_CHANNELNB_) - 10U))) macro 3557 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc.h | 894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1879 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1960 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2210 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2172 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2185 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2210 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2210 #define __HAL_ADC_SMPR2 ADC_SMPR2
|