MG32F157 Standard Peripherals Firmware Library
Modules | Macros
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
 

Macros

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

Detailed Description

Macro Definition Documentation

◆ IS_ADC_ALL_PERIPH

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

◆ IS_ADC_DMA_PERIPH

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