PSC1 ADC Amplifier Trigger Configuration
[PSC1 Macros]

Collaboration diagram for PSC1 ADC Amplifier Trigger Configuration:


Detailed Description

Select the PSC1 trigger configuration for the ADC or the amplifier.


Defines

#define Psc1_synchro_on_waveform_generator_a_leading_edge()   (PSCO1 &= ~( (1<<PSYNC11) | (1<<PSYNC10) ) )
 The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator A leading edge.
#define Psc1_synchro_on_waveform_generator_a_trailing_edge()
 The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator A trailing edge.
#define Psc1_synchro_on_waveform_generator_b_leading_edge()
 The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator B leading edge.
#define Psc1_synchro_on_waveform_generator_b_trailing_edge()   (PSCO1 |= ( (1<<PSYNC11) | (1<<PSYNC10) ) )
 The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator B trailing edge.


Define Documentation

 
#define Psc1_synchro_on_waveform_generator_a_leading_edge (  )     (PSCO1 &= ~( (1<<PSYNC11) | (1<<PSYNC10) ) )

The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator A leading edge.

Definition at line 349 of file psc_drv.h.

 
#define Psc1_synchro_on_waveform_generator_a_trailing_edge (  ) 

Value:

(PSCO1 &= ~(1<<PSYNC11),                                           \
            PSCO1 |=  (1<<PSYNC10) )
The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator A trailing edge.

Definition at line 352 of file psc_drv.h.

 
#define Psc1_synchro_on_waveform_generator_b_leading_edge (  ) 

Value:

(PSCO1 |=  (1<<PSYNC11),                                           \
            PSCO1 &= ~(1<<PSYNC10) )
The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator B leading edge.

Definition at line 356 of file psc_drv.h.

 
#define Psc1_synchro_on_waveform_generator_b_trailing_edge (  )     (PSCO1 |= ( (1<<PSYNC11) | (1<<PSYNC10) ) )

The PSC1 synchronization signal is sent to the ADC/Amplifier on waveform generator B trailing edge.

Definition at line 360 of file psc_drv.h.


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