/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 5631 ADC_SMPR2(ADC_SMPR2_SMP10, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5632 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 5748 ADC_SMPR2(ADC_SMPR2_SMP10, sConfig->Channel +1U) , in HAL_ADC_ConfigChannel() 5749 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel +1U) ); in HAL_ADC_ConfigChannel() 5932 ADC_SMPR2(ADC_SMPR2_SMP0, sConfig->Channel) , in HAL_ADC_ConfigChannel() 5933 ADC_SMPR2(sConfig->SamplingTime, sConfig->Channel) ); in HAL_ADC_ConfigChannel() 6283 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel() 6284 … ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel() 6399 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel() 6400 … ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel +1U) ); in HAL_ADCEx_InjectedConfigChannel() [all …]
|
/hal_stm32-3.6.0/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-3.6.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc_ex.c | 825 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 828 …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-3.6.0/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-3.6.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc_ex.c | 858 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 861 …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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc.h | 894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1870 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1960 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
|