Collaboration diagram for Comparator 1 Gain Configuration:
|
Defines | |
| #define | Comparator1_it_on_output_falling_edge() |
| Comparator 1 interrupt on_output falling edge. | |
| #define | Comparator1_it_on_output_rising_edge() (AC1CON |= ((1<<AC1IS1) | (1<<AC1IS0)) ) |
| Comparator 1 interrupt on_output rising edge. | |
| #define | Comparator1_it_on_output_toggle() (AC1CON &= ~( (1<<AC1IS1) | (1<<AC1IS0) ) ) |
| Comparator 1 interrupt on output toggle. | |
| #define Comparator1_it_on_output_falling_edge | ( | ) |
Value:
Comparator 1 interrupt on_output falling edge.
Definition at line 164 of file comparator_drv.h.
| #define Comparator1_it_on_output_rising_edge | ( | ) | (AC1CON |= ((1<<AC1IS1) | (1<<AC1IS0)) ) |
| #define Comparator1_it_on_output_toggle | ( | ) | (AC1CON &= ~( (1<<AC1IS1) | (1<<AC1IS0) ) ) |
1.4.7