STM32F10x Standard Peripherals Library  3.5.0
ADC_Exported_Constants

Modules

 ADC_mode
 ADC_external_trigger_sources_for_regular_channels_conversion
 ADC_data_align
 ADC_channels
 ADC_sampling_time
 ADC_external_trigger_sources_for_injected_channels_conversion
 ADC_injected_channel_selection
 ADC_analog_watchdog_selection
 ADC_interrupts_definition
 ADC_flags_definition
 ADC_thresholds
 ADC_injected_offset
 ADC_injected_length
 ADC_injected_rank
 ADC_regular_length
 ADC_regular_rank
 ADC_regular_discontinuous_mode_number

Defines

#define IS_ADC_ALL_PERIPH(PERIPH)
#define IS_ADC_DMA_PERIPH(PERIPH)

Define Documentation

#define IS_ADC_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == ADC1) || \
                                   ((PERIPH) == ADC2) || \
                                   ((PERIPH) == ADC3))

Definition at line 83 of file stm32f10x_adc.h.

#define IS_ADC_DMA_PERIPH (   PERIPH)
Value:
(((PERIPH) == ADC1) || \
                                   ((PERIPH) == ADC3))

Definition at line 87 of file stm32f10x_adc.h.