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_ADC16_ReadReg and DDL_ADC16_WriteReg functions. More...

Macros

#define DDL_ADC16_IT_EOC   ADC_IER_EOCIE
#define DDL_ADC16_IT_EOS   ADC_IER_EOSIE
#define DDL_ADC16_IT_OVR   ADC_IER_OVRIE
#define DDL_ADC16_IT_EOSMP   ADC_IER_EOSMPIE
#define DDL_ADC16_IT_JEOC   ADC_IER_JEOCIE
#define DDL_ADC16_IT_JEOS   ADC_IER_JEOSIE
#define DDL_ADC16_IT_JQOVF   ADC_IER_JQOVFIE
#define DDL_ADC16_IT_AWD1   ADC_IER_AWD1IE
#define DDL_ADC16_IT_AWD2   ADC_IER_AWD2IE
#define DDL_ADC16_IT_AWD3   ADC_IER_AWD3IE

Detailed Description

IT defines which can be used with DDL_ADC16_ReadReg and DDL_ADC16_WriteReg functions.

Macro Definition Documentation

◆ DDL_ADC16_IT_AWD1

#define DDL_ADC16_IT_AWD1   ADC_IER_AWD1IE

ADC interruption ADC analog watchdog 1

Definition at line 851 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_AWD2

#define DDL_ADC16_IT_AWD2   ADC_IER_AWD2IE

ADC interruption ADC analog watchdog 2

Definition at line 852 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_AWD3

#define DDL_ADC16_IT_AWD3   ADC_IER_AWD3IE

ADC interruption ADC analog watchdog 3

Definition at line 853 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_EOC

#define DDL_ADC16_IT_EOC   ADC_IER_EOCIE

ADC interruption ADC group regular end of unitary conversion

Definition at line 844 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_EOS

#define DDL_ADC16_IT_EOS   ADC_IER_EOSIE

ADC interruption ADC group regular end of sequence conversions

Definition at line 845 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_EOSMP

#define DDL_ADC16_IT_EOSMP   ADC_IER_EOSMPIE

ADC interruption ADC group regular end of sampling phase

Definition at line 847 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_JEOC

#define DDL_ADC16_IT_JEOC   ADC_IER_JEOCIE

ADC interruption ADC group injected end of unitary conversion

Definition at line 848 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_JEOS

#define DDL_ADC16_IT_JEOS   ADC_IER_JEOSIE

ADC interruption ADC group injected end of sequence conversions

Definition at line 849 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_JQOVF

#define DDL_ADC16_IT_JQOVF   ADC_IER_JQOVFIE

ADC interruption ADC group injected contexts queue overflow

Definition at line 850 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_IT_OVR

#define DDL_ADC16_IT_OVR   ADC_IER_OVRIE

ADC interruption ADC group regular overrun

Definition at line 846 of file g32r4xx_ddl_adc16.h.