![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_ADC16_AWD_THRESHOLD_HIGH (ADC_TR1_HT1 ) |
| #define | DDL_ADC16_AWD_THRESHOLD_LOW ( ADC_TR1_LT1) |
| #define | DDL_ADC16_AWD_THRESHOLDS_HIGH_LOW (ADC_TR1_HT1 | ADC_TR1_LT1) |
| #define DDL_ADC16_AWD_THRESHOLD_HIGH (ADC_TR1_HT1 ) |
ADC analog watchdog threshold high
Definition at line 771 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_AWD_THRESHOLD_LOW ( ADC_TR1_LT1) |
ADC analog watchdog threshold low
Definition at line 772 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_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 773 of file g32r4xx_ddl_adc16.h.