G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC interruptions for configuration (interruption enable or disable)

IT defines which can be used with DDL_ADC12_ReadReg and DDL_ADC12_WriteReg functions. More...

Macros

#define DDL_ADC12_IT_EOC   ADC_IER_EOCIE
#define DDL_ADC12_IT_EOS   ADC_IER_EOSIE
#define DDL_ADC12_IT_JEOC   ADC_IER_JEOCIE
#define DDL_ADC12_IT_JEOS   ADC_IER_JEOSIE
#define DDL_ADC12_IT_AWD1   ADC_IER_AWD1IE

Detailed Description

IT defines which can be used with DDL_ADC12_ReadReg and DDL_ADC12_WriteReg functions.

Macro Definition Documentation

◆ DDL_ADC12_IT_AWD1

#define DDL_ADC12_IT_AWD1   ADC_IER_AWD1IE

ADC interruption ADC analog watchdog 1

Definition at line 730 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IT_EOC

#define DDL_ADC12_IT_EOC   ADC_IER_EOCIE

ADC interruption ADC group regular end of unitary conversion

Definition at line 726 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IT_EOS

#define DDL_ADC12_IT_EOS   ADC_IER_EOSIE

ADC interruption ADC group regular end of sequence conversions

Definition at line 727 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IT_JEOC

#define DDL_ADC12_IT_JEOC   ADC_IER_JEOCIE

ADC interruption ADC group injected end of unitary conversion

Definition at line 728 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IT_JEOS

#define DDL_ADC12_IT_JEOS   ADC_IER_JEOSIE

ADC interruption ADC group injected end of sequence conversions

Definition at line 729 of file g32r4xx_ddl_adc12.h.