|
MG32L003 Standard Peripherals Firmware Library
|
Macros | |
| #define | ADC_None_Threshold_Compare (0x00000000) |
| #define | ADC_Low_Threshold_Compare (0x01 << 12) |
| #define | ADC_High_Threshold_Compare (0x01 << 13) |
| #define | ADC_Range_Threshold_Compare (0x01 << 14) |
| #define | ADC_Threshold_Comapre_Mask (ADC_Low_Threshold_Compare | ADC_High_Threshold_Compare | ADC_Range_Threshold_Compare) |
| #define | ADC_Threshold_Compare_All ADC_Threshold_Comapre_Mask |
| #define ADC_High_Threshold_Compare (0x01 << 13) |
Compare with low threshold
| #define ADC_Low_Threshold_Compare (0x01 << 12) |
Compare with high threshold
| #define ADC_None_Threshold_Compare (0x00000000) |
Disable Comparation with threshold
| #define ADC_Range_Threshold_Compare (0x01 << 14) |
Compare with range threshold