Home
last modified time | relevance | path

Searched refs:InjectedOffset (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_adc_ex.c629 assert_param(IS_ADC_RANGE(ADC_RESOLUTION_12B, sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
819 sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()
825 sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()
831 sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()
837 sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_adc_ex.h89 …uint32_t InjectedOffset; /*!< Defines the offset to be subtracted from the raw conv… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1672 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1960 tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, sConfigInjected->InjectedOffset); in HAL_ADCEx_InjectedConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h126 …uint32_t InjectedOffset; /*!< Defines the offset to be subtracted from the raw conv… member