HAL + 0/4 examples
CodeScope will show references to ADC_InjectionConfTypeDef::InjectedOffset from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Examples
ADC
STM324xG_EVAL
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InjectionConfTypeDef::InjectedOffset

ADC_InjectionConfTypeDef::InjectedOffset field

Defines the offset to be subtracted from the raw converted data (for channels set on injected group only). Offset value must be a positive number. Depending of ADC resolution selected (12, 10, 8 or 6 bits), this parameter must be a number between Min_Data = 0x000 and Max_Data = 0xFFF, 0x3FF, 0xFF or 0x3F respectively.

Syntax

uint32_t InjectedOffset;

Examples

ADC_InjectionConfTypeDef::InjectedOffset is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:72
uint32_t InjectedOffset; /*!< Defines the offset to be subtracted from the raw converted data (for channels set on injected group only).
stm32f4xx_hal_adc_ex.c:835HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_ADC_RANGE(tmp, sConfigInjected->InjectedOffset));
stm32f4xx_hal_adc_ex.c:925HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->JOFR1 |= sConfigInjected->InjectedOffset;
stm32f4xx_hal_adc_ex.c:930HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->JOFR2 |= sConfigInjected->InjectedOffset;
stm32f4xx_hal_adc_ex.c:935HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->JOFR3 |= sConfigInjected->InjectedOffset;
stm32f4xx_hal_adc_ex.c:940HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->JOFR4 |= sConfigInjected->InjectedOffset;

Data Use

Functions reading ADC_InjectionConfTypeDef::InjectedOffset
ADC_InjectionConfTypeDef::InjectedOffset
all items filtered out
Type of ADC_InjectionConfTypeDef::InjectedOffset
ADC_InjectionConfTypeDef::InjectedOffset
uint32_t
all items filtered out