Comparator 0 Interrupt Enable
[Comparator 0 Macros]

Collaboration diagram for Comparator 0 Interrupt Enable:


Detailed Description

Enable or Disable Comparator 0 Interrupt.


Defines

#define Disable_comparator0_interrupt()   (AC0CON &= ~(1<<AC0IE) )
#define Enable_comparator0_interrupt()   (AC0CON |= (1<<AC0IE) )


Define Documentation

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


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