PSC2 Fault Mode Configuration
[PSC2 Macros]

Collaboration diagram for PSC2 Fault Mode Configuration:


Detailed Description

PSC2 Fault Mode Configuration.


Defines

#define Disable_psc2_autorun()   (PCTL2 &= ~(1<<PARUN2) )
 No synchronization between PSC2 and PSC2 exists.
#define Disable_pscout20_fault_mode()   (PCTL2 &= ~(1<<PAOC2A) )
 No fault or retrigger management on PSCOUT00.
#define Disable_pscout21_fault_mode()   (PCTL2 &= ~(1<<PAOC2B) )
 No fault or retrigger management on PSCOUT01.
#define Enable_psc2_autorun()   (PCTL2 |= (1<<PARUN2) )
 Setting PRUN1 in PCTL1 register or setting both PARUN1 in PCTL1 register and PRUN0 in PCTL0 register will make the two PSC start simultaneously.
#define Enable_pscout20_fault_mode()   (PCTL2 |= (1<<PAOC2A) )
 Fault input select to block A can act directly to PSCOUT00 output.
#define Enable_pscout21_fault_mode()   (PCTL2 |= (1<<PAOC2B) )
 Fault input select to block A can act directly to PSCOUT00 output.


Define Documentation

 
#define Disable_psc2_autorun (  )     (PCTL2 &= ~(1<<PARUN2) )

No synchronization between PSC2 and PSC2 exists.

Definition at line 593 of file psc_drv.h.

 
#define Disable_pscout20_fault_mode (  )     (PCTL2 &= ~(1<<PAOC2A) )

No fault or retrigger management on PSCOUT00.

Definition at line 587 of file psc_drv.h.

 
#define Disable_pscout21_fault_mode (  )     (PCTL2 &= ~(1<<PAOC2B) )

No fault or retrigger management on PSCOUT01.

Definition at line 590 of file psc_drv.h.

 
#define Enable_psc2_autorun (  )     (PCTL2 |= (1<<PARUN2) )

Setting PRUN1 in PCTL1 register or setting both PARUN1 in PCTL1 register and PRUN0 in PCTL0 register will make the two PSC start simultaneously.

Definition at line 592 of file psc_drv.h.

 
#define Enable_pscout20_fault_mode (  )     (PCTL2 |= (1<<PAOC2A) )

Fault input select to block A can act directly to PSCOUT00 output.

Definition at line 586 of file psc_drv.h.

 
#define Enable_pscout21_fault_mode (  )     (PCTL2 |= (1<<PAOC2B) )

Fault input select to block A can act directly to PSCOUT00 output.

Definition at line 589 of file psc_drv.h.


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