G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC instance - Offset sign

Macros

#define DDL_ADC16_OFFSET_SIGN_NEGATIVE   (0x00000000UL)
#define DDL_ADC16_OFFSET_SIGN_POSITIVE   (ADC_OFFSET1_OFFSETPOS)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_OFFSET_SIGN_NEGATIVE

#define DDL_ADC16_OFFSET_SIGN_NEGATIVE   (0x00000000UL)

ADC offset is negative (among ADC selected offset number 1, 2, 3 or 4)

Definition at line 598 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_OFFSET_SIGN_POSITIVE

#define DDL_ADC16_OFFSET_SIGN_POSITIVE   (ADC_OFFSET1_OFFSETPOS)

ADC offset is positive (among ADC selected offset number 1, 2, 3 or 4)

Definition at line 599 of file g32r4xx_ddl_adc16.h.