Comparator 1 Interrupt Capture
[Comparator 1 Macros]

Collaboration diagram for Comparator 1 Interrupt Capture:


Detailed Description

Enable or Disable input capture of the Timer/Counter 1 on analog comparator event.


Defines

#define Disable_comparator1_interrupt_capture()   (AC1CON &= ~(1<<AC1ICE) )
#define Enable_comparator1_interrupt_capture()   (AC1CON |= (1<<AC1ICE) )


Define Documentation

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


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