STM8L15x Standard Peripherals Drivers: ADC_Group_Channel_Definition

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

ADC_Group_Channel_Definition

Defines

#define IS_ADC_GROUP(GROUP)

Enumerations

enum  ADC_Group_TypeDef { ADC_Group_SlowChannels = ((uint8_t)0x00), ADC_Group_FastChannels = ((uint8_t)0x01) }

Define Documentation

#define IS_ADC_GROUP (   GROUP)
Value:
(((GROUP) == ADC_Group_SlowChannels) || \
                             ((GROUP) == ADC_Group_FastChannels))

Definition at line 191 of file stm8l15x_adc.h.

Referenced by ADC_SamplingTimeConfig().


Enumeration Type Documentation

Enumerator:
ADC_Group_SlowChannels 

Slow Channels group(Channel 0 to 23)

ADC_Group_FastChannels 

Fast Channels group Channel 24 to 27, Channel Vrefint, Channel TempSensor)

Definition at line 184 of file stm8l15x_adc.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com