Home
last modified time | relevance | path

Searched refs:ADC_SMPR1 (Results 1 – 25 of 41) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c5640 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()
6293ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
6408 ADC_SMPR1(ADC_SMPR1_SMP0, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel()
6409ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel +1U) ); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h327 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
336 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc_ex.c788 ADC_SMPR1(ADC_SMPR1_SMP20, sConfigInjected->InjectedChannel), in HAL_ADCEx_InjectedConfigChannel()
789 ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_adc.c2015 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/
Dstm32f7xx_hal_adc.c1686 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()
Dstm32f7xx_hal_adc_ex.c820 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/
Dstm32f2xx_hal_adc_ex.c820 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()
Dstm32f2xx_hal_adc.c1623 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/
Dstm32f1xx_hal_adc_ex.c1154 ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel()
1155 ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) ); in HAL_ADCEx_InjectedConfigChannel()
Dstm32f1xx_hal_adc.c2044 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/
Dstm32f4xx_hal_adc_ex.c853 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()
Dstm32f4xx_hal_adc.c1686 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/
Dstm32f2xx_hal_adc.h786 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h668 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h795 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h854 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * (((uint32_t)((uint16_t)(_CHANN… macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h2256 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (_CHANNELNB_))) macro
3548 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1970 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1878 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1959 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2209 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2171 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2184 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2209 #define __HAL_ADC_SMPR1 ADC_SMPR1
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2209 #define __HAL_ADC_SMPR1 ADC_SMPR1

12