Collaboration diagram for Comparator 0 Interrupt Enable:
|
Defines | |
| #define | Disable_comparator0_interrupt() (AC0CON &= ~(1<<AC0IE) ) |
| #define | Enable_comparator0_interrupt() (AC0CON |= (1<<AC0IE) ) |
| #define Disable_comparator0_interrupt | ( | ) | (AC0CON &= ~(1<<AC0IE) ) |
Definition at line 64 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
| #define Enable_comparator0_interrupt | ( | ) | (AC0CON |= (1<<AC0IE) ) |
Definition at line 63 of file comparator_drv.h.
Referenced by main(), and timer1_periodic_interrupt().
1.4.7