G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC group regular - Continuous mode

Macros

#define DDL_ADC16_REG_CONV_SINGLE   (0x00000000UL)
#define DDL_ADC16_REG_CONV_CONTINUOUS   (ADC_CFGR_CONT)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_REG_CONV_CONTINUOUS

#define DDL_ADC16_REG_CONV_CONTINUOUS   (ADC_CFGR_CONT)

ADC conversions are performed in continuous mode: after the first trigger, following conversions launched successively automatically

Definition at line 621 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_REG_CONV_SINGLE

#define DDL_ADC16_REG_CONV_SINGLE   (0x00000000UL)

ADC conversions are performed in single mode: one conversion per trigger

Definition at line 620 of file g32r4xx_ddl_adc16.h.