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

Macros

#define DDL_ADC16_INJ_TRIG_EXT_RISING   ( ADC_JSQR_JEXTEN_0)
#define DDL_ADC16_INJ_TRIG_EXT_FALLING   (ADC_JSQR_JEXTEN_1 )
#define DDL_ADC16_INJ_TRIG_EXT_RISINGFALLING   (ADC_JSQR_JEXTEN_1 | ADC_JSQR_JEXTEN_0)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_INJ_TRIG_EXT_FALLING

#define DDL_ADC16_INJ_TRIG_EXT_FALLING   (ADC_JSQR_JEXTEN_1 )

ADC group injected conversion trigger polarity set to falling edge

Definition at line 668 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_INJ_TRIG_EXT_RISING

#define DDL_ADC16_INJ_TRIG_EXT_RISING   ( ADC_JSQR_JEXTEN_0)

ADC group injected conversion trigger polarity set to rising edge

Definition at line 667 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_INJ_TRIG_EXT_RISINGFALLING

#define DDL_ADC16_INJ_TRIG_EXT_RISINGFALLING   (ADC_JSQR_JEXTEN_1 | ADC_JSQR_JEXTEN_0)

ADC group injected conversion trigger polarity set to both rising and falling edges

Definition at line 669 of file g32r4xx_ddl_adc16.h.