Home
last modified time | relevance | path

Searched refs:ADC_SMPR2 (Results 1 – 25 of 37) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c5631 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()
6284ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
6399 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel()
6400ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel +1U) ); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc_ex.c780 ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel), in HAL_ADCEx_InjectedConfigChannel()
781 ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_adc.c2007 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/
Dstm32f7xx_hal_adc_ex.c825 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()
Dstm32f7xx_hal_adc.c1702 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/
Dstm32f2xx_hal_adc_ex.c828 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()
Dstm32f2xx_hal_adc.c1631 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/
Dstm32f4xx_hal_adc_ex.c858 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()
Dstm32f4xx_hal_adc.c1694 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/
Dstm32f1xx_hal_adc_ex.c1160 ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel()
1161 ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
Dstm32f1xx_hal_adc.c2050 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/
Dstm32f4xx_hal_adc.h803 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h794 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… macro
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h862 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * ((uint32_t)((uint16_t)(_CHANNE… macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h2264 #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/
Dstm32l1xx_hal_adc.h894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ macro
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1870 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1960 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1971 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1963 #define __HAL_ADC_SMPR2 ADC_SMPR2
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1971 #define __HAL_ADC_SMPR2 ADC_SMPR2

12