Collaboration diagram for Comparator 0 Gain Configuration:
|
Comparator 0 interrupt on output toggle.
Defines | |
| #define | Comparator0_it_on_output_falling_edge() |
| Comparator 0 interrupt on_output falling edge. | |
| #define | Comparator0_it_on_output_rising_edge() (AC0CON |= ((1<<AC0IS1) | (1<<AC0IS0)) ) |
| Comparator 0 interrupt on_output rising edge. | |
| #define | Comparator0_it_on_output_toggle() (AC0CON &= ~( (1<<AC0IS1) | (1<<AC0IS0) ) ) |
| #define Comparator0_it_on_output_falling_edge | ( | ) |
Value:
Comparator 0 interrupt on_output falling edge.
Definition at line 74 of file comparator_drv.h.
| #define Comparator0_it_on_output_rising_edge | ( | ) | (AC0CON |= ((1<<AC0IS1) | (1<<AC0IS0)) ) |
| #define Comparator0_it_on_output_toggle | ( | ) | (AC0CON &= ~( (1<<AC0IS1) | (1<<AC0IS0) ) ) |
Definition at line 71 of file comparator_drv.h.
1.4.7