Comparator 1 Interrupt Enable
[Comparator 1 Macros]

Collaboration diagram for Comparator 1 Interrupt Enable:


Detailed Description

Enable or Disable Comparator 1 Interrupt.


Defines

#define Disable_comparator1_interrupt()   (AC1CON &= ~(1<<AC1IE) )
#define Enable_comparator1_interrupt()   (AC1CON |= (1<<AC1IE) )


Define Documentation

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


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