G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Flags defines which can be used with DDL_ADC12_ReadReg function. More...

Macros

#define DDL_ADC12_FLAG_EOC   ADC_ISR_EOC
#define DDL_ADC12_FLAG_EOS   ADC_ISR_EOS
#define DDL_ADC12_FLAG_JEOC   ADC_ISR_JEOC
#define DDL_ADC12_FLAG_JEOS   ADC_ISR_JEOS
#define DDL_ADC12_FLAG_AWD1   ADC_ISR_AWD1

Detailed Description

Flags defines which can be used with DDL_ADC12_ReadReg function.

Macro Definition Documentation

◆ DDL_ADC12_FLAG_AWD1

#define DDL_ADC12_FLAG_AWD1   ADC_ISR_AWD1

ADC flag ADC analog watchdog 1

Definition at line 717 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_FLAG_EOC

#define DDL_ADC12_FLAG_EOC   ADC_ISR_EOC

ADC flag ADC group regular end of unitary conversion

Definition at line 713 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_FLAG_EOS

#define DDL_ADC12_FLAG_EOS   ADC_ISR_EOS

ADC flag ADC group regular end of sequence conversions

Definition at line 714 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_FLAG_JEOC

#define DDL_ADC12_FLAG_JEOC   ADC_ISR_JEOC

ADC flag ADC group injected end of unitary conversion

Definition at line 715 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_FLAG_JEOS

#define DDL_ADC12_FLAG_JEOS   ADC_ISR_JEOS

ADC flag ADC group injected end of sequence conversions

Definition at line 716 of file g32r4xx_ddl_adc12.h.