Collaboration diagram for Comparator 1 Interrupt Capture:
|
Defines | |
| #define | Disable_comparator1_interrupt_capture() (AC1CON &= ~(1<<AC1ICE) ) |
| #define | Enable_comparator1_interrupt_capture() (AC1CON |= (1<<AC1ICE) ) |
| #define Disable_comparator1_interrupt_capture | ( | ) | (AC1CON &= ~(1<<AC1ICE) ) |
Definition at line 177 of file comparator_drv.h.
| #define Enable_comparator1_interrupt_capture | ( | ) | (AC1CON |= (1<<AC1ICE) ) |
Definition at line 176 of file comparator_drv.h.
1.4.7