G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Analog watchdog - Thresholds

Macros

#define DDL_ADC12_AWD_THRESHOLD_HIGH   (ADC_TR1_HT1 )
#define DDL_ADC12_AWD_THRESHOLD_LOW   ( ADC_TR1_LT1)
#define DDL_ADC12_AWD_THRESHOLDS_HIGH_LOW   (ADC_TR1_HT1 | ADC_TR1_LT1)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC12_AWD_THRESHOLD_HIGH

#define DDL_ADC12_AWD_THRESHOLD_HIGH   (ADC_TR1_HT1 )

ADC analog watchdog threshold high

Definition at line 702 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_AWD_THRESHOLD_LOW

#define DDL_ADC12_AWD_THRESHOLD_LOW   ( ADC_TR1_LT1)

ADC analog watchdog threshold low

Definition at line 703 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_AWD_THRESHOLDS_HIGH_LOW

#define DDL_ADC12_AWD_THRESHOLDS_HIGH_LOW   (ADC_TR1_HT1 | ADC_TR1_LT1)

ADC analog watchdog both thresholds high and low concatenated into the same data

Definition at line 704 of file g32r4xx_ddl_adc12.h.