Collaboration diagram for Comparator 2 Interrupt Enable:
|
Defines | |
| #define | Disable_comparator2_interrupt() (AC2CON &= ~(1<<AC2IE) ) |
| #define | Enable_comparator2_interrupt() (AC2CON |= (1<<AC2IE) ) |
| #define Disable_comparator2_interrupt | ( | ) | (AC2CON &= ~(1<<AC2IE) ) |
Definition at line 251 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
| #define Enable_comparator2_interrupt | ( | ) | (AC2CON |= (1<<AC2IE) ) |
Definition at line 250 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
1.4.7