G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC group injected - Trigger edge

Macros

#define DDL_ADC12_INJ_TRIG_EXT_RISING   ( ADC_JSQR_JEXTEN_0)
#define DDL_ADC12_INJ_TRIG_EXT_DISABLE   (0x00000000UL)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC12_INJ_TRIG_EXT_DISABLE

#define DDL_ADC12_INJ_TRIG_EXT_DISABLE   (0x00000000UL)

ADC group injected conversion trigger polarity set to falling edge

Definition at line 597 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_INJ_TRIG_EXT_RISING

#define DDL_ADC12_INJ_TRIG_EXT_RISING   ( ADC_JSQR_JEXTEN_0)

ADC group injected conversion trigger polarity set to rising edge

Definition at line 596 of file g32r4xx_ddl_adc12.h.