Searched refs:InjectedChannel (Results  1 – 4 of 4) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_hal_adc_ex.c | 625   assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel));  in HAL_ADCEx_InjectedConfigChannel()666                    ADC_JSQR_RK_JL(sConfigInjected->InjectedChannel,  in HAL_ADCEx_InjectedConfigChannel()
 697                  ADC_JSQR_RK_JL(sConfigInjected->InjectedChannel,        in HAL_ADCEx_InjectedConfigChannel()
 784   if (sConfigInjected->InjectedChannel < ADC_CHANNEL_10)  in HAL_ADCEx_InjectedConfigChannel()
 787                ADC_SMPR3(ADC_SMPR3_SMP0, sConfigInjected->InjectedChannel),  in HAL_ADCEx_InjectedConfigChannel()
 788                ADC_SMPR3(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) );  in HAL_ADCEx_InjectedConfigChannel()
 791   else if (sConfigInjected->InjectedChannel < ADC_CHANNEL_20)  in HAL_ADCEx_InjectedConfigChannel()
 794                ADC_SMPR2(ADC_SMPR2_SMP10, sConfigInjected->InjectedChannel),  in HAL_ADCEx_InjectedConfigChannel()
 795                ADC_SMPR2(sConfigInjected->InjectedSamplingTime, sConfigInjected->InjectedChannel) );  in HAL_ADCEx_InjectedConfigChannel()
 799   else if (sConfigInjected->InjectedChannel <= ADC_SMPR1_CHANNEL_MAX)  in HAL_ADCEx_InjectedConfigChannel()
 [all …]
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_adc_ex.c | 1696      assert_param(IS_ADC_CHANNEL(hadc, sConfigInjected->InjectedChannel));  in HAL_ADCEx_InjectedConfigChannel()1700     assert_param(IS_ADC_DIFF_CHANNEL(hadc, sConfigInjected->InjectedChannel));  in HAL_ADCEx_InjectedConfigChannel()
 1746 …tmp_JSQR_ContextQueueBeingBuilt = (  ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RA…  in HAL_ADCEx_InjectedConfigChannel()
 1753 …tmp_JSQR_ContextQueueBeingBuilt = ( ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RAN…  in HAL_ADCEx_InjectedConfigChannel()
 1814 …tmp_JSQR_ContextQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->…  in HAL_ADCEx_InjectedConfigChannel()
 1938 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, LL_ADC_SAMPLINGTIM…  in HAL_ADCEx_InjectedConfigChannel()
 1946 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, sConfigInjected->I…  in HAL_ADCEx_InjectedConfigChannel()
 1953 …LL_ADC_SetChannelSamplingTime(hadc->Instance, sConfigInjected->InjectedChannel, sConfigInjected->I…  in HAL_ADCEx_InjectedConfigChannel()
 1965 …c->Instance, sConfigInjected->InjectedOffsetNumber, sConfigInjected->InjectedChannel, tmpOffsetShi…  in HAL_ADCEx_InjectedConfigChannel()
 1972 …c->Instance, LL_ADC_OFFSET_1)) == __LL_ADC_CHANNEL_TO_DECIMAL_NB(sConfigInjected->InjectedChannel))  in HAL_ADCEx_InjectedConfigChannel()
 [all …]
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_hal_adc_ex.h | 74   uint32_t InjectedChannel;               /*!< Selection of ADC channel to configure  member
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_adc_ex.h | 90 …uint32_t InjectedChannel;               /*!< Specifies the channel to configure into ADC group inj…  member
 |