Searched refs:InjectedChannel (Results 1 – 4 of 4) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_adc_ex.c | 1675 assert_param(IS_ADC_CHANNEL(hadc, sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel() 1679 assert_param(IS_ADC_DIFF_CHANNEL(hadc, sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel() 1725 …tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel() 1732 …tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel() 1793 …tmp_JSQR_ContextQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->… in HAL_ADCEx_InjectedConfigChannel() 1917 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, LL_ADC_SAMPLINGTIM… in HAL_ADCEx_InjectedConfigChannel() 1925 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, sConfigInjected->I… in HAL_ADCEx_InjectedConfigChannel() 1932 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, sConfigInjected->I… in HAL_ADCEx_InjectedConfigChannel() 1944 …_SetOffset(hadc->Instance, sConfigInjected->InjectedOffsetNumber, sConfigInjected->InjectedChannel, in HAL_ADCEx_InjectedConfigChannel() 1952 …c->Instance, LL_ADC_OFFSET_1)) == __LL_ADC_CHANNEL_TO_DECIMAL_NB(sConfigInjected->InjectedChannel)) in HAL_ADCEx_InjectedConfigChannel() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_adc_ex.c | 798 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel() 820 if (sConfigInjected->InjectedChannel > ADC_CHANNEL_9) in HAL_ADCEx_InjectedConfigChannel() 823 hadc->Instance->SMPR1 &= ~ADC_SMPR1(ADC_SMPR1_SMP10, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 826 …tance->SMPR1 |= ADC_SMPR1(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 831 hadc->Instance->SMPR2 &= ~ADC_SMPR2(ADC_SMPR2_SMP0, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 834 …tance->SMPR2 |= ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel); in HAL_ADCEx_InjectedConfigChannel() 847 …hadc->Instance->JSQR |= ADC_JSQR(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank,s… in HAL_ADCEx_InjectedConfigChannel() 923 if ((hadc->Instance == ADC1) && (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT)) in HAL_ADCEx_InjectedConfigChannel() 930 …tance == ADC1) && ((sConfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR) || (sConfigInjecte… in HAL_ADCEx_InjectedConfigChannel()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_adc_ex.h | 58 uint32_t InjectedChannel; /*!< Selection of ADC channel to configure member
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_adc_ex.h | 74 …uint32_t InjectedChannel; /*!< Specifies the channel to configure into ADC group inj… member
|