G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC group injected - Automatic trigger mode

Macros

#define DDL_ADC16_INJ_TRIG_INDEPENDENT   (0x00000000UL)
#define DDL_ADC16_INJ_TRIG_FROM_GRP_REGULAR   (ADC_CFGR_JAUTO)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_INJ_TRIG_FROM_GRP_REGULAR

#define DDL_ADC16_INJ_TRIG_FROM_GRP_REGULAR   (ADC_CFGR_JAUTO)

ADC group injected conversion trigger from ADC group regular. Setting compliant only with group injected trigger source set to SW start, without any further action on ADC group injected conversion start or stop: in this case, ADC group injected is controlled only from ADC group regular.

Definition at line 689 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_INJ_TRIG_INDEPENDENT

#define DDL_ADC16_INJ_TRIG_INDEPENDENT   (0x00000000UL)

ADC group injected conversion trigger independent. Setting mandatory if ADC group injected injected trigger source is set to an external trigger.

Definition at line 688 of file g32r4xx_ddl_adc16.h.