Collaboration diagram for Comparator 2 Gain Configuration:
|
Defines | |
| #define | Comparator2_it_on_output_falling_edge() |
| Comparator 2 interrupt on_output falling edge. | |
| #define | Comparator2_it_on_output_rising_edge() (AC2CON |= ((1<<AC2IS1) | (1<<AC2IS0)) ) |
| Comparator 2 interrupt on_output rising edge. | |
| #define | Comparator2_it_on_output_toggle() (AC2CON &= ~( (1<<AC2IS1) | (1<<AC2IS0) ) ) |
| Comparator 2 interrupt on output toggle. | |
| #define Comparator2_it_on_output_falling_edge | ( | ) |
Value:
Comparator 2 interrupt on_output falling edge.
Definition at line 261 of file comparator_drv.h.
| #define Comparator2_it_on_output_rising_edge | ( | ) | (AC2CON |= ((1<<AC2IS1) | (1<<AC2IS0)) ) |
| #define Comparator2_it_on_output_toggle | ( | ) | (AC2CON &= ~( (1<<AC2IS1) | (1<<AC2IS0) ) ) |
1.4.7