G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Oversampling - Discontinuous mode

Macros

#define DDL_ADC16_OVS_REG_CONT   (0x00000000UL)
#define DDL_ADC16_OVS_REG_DISCONT   (ADC_CFGR2_TROVS)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_OVS_REG_CONT

#define DDL_ADC16_OVS_REG_CONT   (0x00000000UL)

ADC oversampling discontinuous mode: continuous mode (all conversions of oversampling ratio are done from 1 trigger)

Definition at line 793 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_OVS_REG_DISCONT

#define DDL_ADC16_OVS_REG_DISCONT   (ADC_CFGR2_TROVS)

ADC oversampling discontinuous mode: discontinuous mode (each conversion of oversampling ratio needs a trigger)

Definition at line 794 of file g32r4xx_ddl_adc16.h.