Collaboration diagram for Comparator 1 Interrupt Enable:
|
Defines | |
| #define | Disable_comparator1_interrupt() (AC1CON &= ~(1<<AC1IE) ) |
| #define | Enable_comparator1_interrupt() (AC1CON |= (1<<AC1IE) ) |
| #define Disable_comparator1_interrupt | ( | ) | (AC1CON &= ~(1<<AC1IE) ) |
Definition at line 154 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
| #define Enable_comparator1_interrupt | ( | ) | (AC1CON |= (1<<AC1IE) ) |
Definition at line 153 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
1.4.7