G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC instance - Low power mode

Macros

#define DDL_ADC16_LP_MODE_NONE   (0x00000000UL)
#define DDL_ADC16_LP_AUTOWAIT   (ADC_CFGR_AUTDLY)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_LP_AUTOWAIT

#define DDL_ADC16_LP_AUTOWAIT   (ADC_CFGR_AUTDLY)

ADC low power mode auto delay: Dynamic low power mode, ADC conversions are performed only when necessary (when previous ADC conversion data is read). See description with function DDL_ADC16_SetLowPowerMode().

Definition at line 568 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_LP_MODE_NONE

#define DDL_ADC16_LP_MODE_NONE   (0x00000000UL)

No ADC low power mode activated

Definition at line 567 of file g32r4xx_ddl_adc16.h.