Comparator 2 Interrupt Enable
[Comparator 2 Macros]

Collaboration diagram for Comparator 2 Interrupt Enable:


Detailed Description

Enable or Disable Comparator 2 Interrupt.


Defines

#define Disable_comparator2_interrupt()   (AC2CON &= ~(1<<AC2IE) )
#define Enable_comparator2_interrupt()   (AC2CON |= (1<<AC2IE) )


Define Documentation

 
#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().


Generated on Wed Jul 12 16:55:30 2006 for Atmel BLDC Sensorless on ATAVRMC100 by  doxygen 1.4.7