HAL + 0/54 examples
CodeScope will show references to ADC_ChannelConfTypeDef::SamplingTime from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
STM32469I-Discovery
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM324xG_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM32F4-Discovery
Examples
ADC
STM32F401-Discovery
Examples
ADC
STM32F411E-Discovery
Examples
ADC
STM32F412G-Discovery
Examples
ADC
STM32F412ZG-Nucleo
Examples
ADC
STM32F413H-Discovery
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
STM32F429I-Discovery
Examples
ADC
STM32F429ZI-Nucleo
Examples
ADC
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_ChannelConfTypeDef::SamplingTime

ADC_ChannelConfTypeDef::SamplingTime field

Sampling time value to be set for the selected channel. Unit: ADC clock cycles Conversion time is the addition of sampling time and processing time (12 ADC clock cycles at ADC resolution 12 bits, 11 cycles at 10 bits, 9 cycles at 8 bits, 7 cycles at 6 bits). This parameter can be a value of ADC_sampling_times Caution: This parameter updates the parameter property of the channel, that can be used into regular and/or injected groups. If this same channel has been previously configured in the other group (regular/injected), it will be updated to last setting. Note: In case of usage of internal measurement channels (VrefInt/Vbat/TempSensor), sampling time constraints must be respected (sampling time can be adjusted in function of ADC clock frequency and sampling time setting) Refer to device datasheet for timings values, parameters TS_vrefint, TS_temp (values rough order: 4us min).

Syntax

uint32_t SamplingTime;

Examples

ADC_ChannelConfTypeDef::SamplingTime is referenced by 54 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:123
uint32_t SamplingTime; /*!< Sampling time value to be set for the selected channel.
stm32f4xx_hal_adc.c:1677HAL_ADC_ConfigChannel()
assert_param(IS_ADC_SAMPLE_TIME(sConfig->SamplingTime));
stm32f4xx_hal_adc.c:1689HAL_ADC_ConfigChannel()
stm32f4xx_hal_adc.c:1697HAL_ADC_ConfigChannel()

Data Use

Functions reading ADC_ChannelConfTypeDef::SamplingTime
ADC_ChannelConfTypeDef::SamplingTime
all items filtered out
Type of ADC_ChannelConfTypeDef::SamplingTime
ADC_ChannelConfTypeDef::SamplingTime
uint32_t
all items filtered out