PSC1 Fault Mode Configuration
[PSC1 Macros]

Collaboration diagram for PSC1 Fault Mode Configuration:


Detailed Description

PSC1 Fault Mode Configuration.


Defines

#define Disable_psc1_autorun()   (PCTL1 &= ~(1<<PARUN1) )
 No synchronization between PSC2 and PSC1 exists.
#define Disable_pscout10_fault_mode()   (PCTL1 &= ~(1<<PAOC1A) )
 No fault or retrigger management on PSCOUT00.
#define Disable_pscout11_fault_mode()   (PCTL1 &= ~(1<<PAOC1B) )
 No fault or retrigger management on PSCOUT01.
#define Enable_psc1_autorun()   (PCTL1 |= (1<<PARUN1) )
 Setting PRUN0 in PCTL0 register or setting both PARUN0 in PCTL0 register and PRUN2 in PCTL2 register will make the two PSC start simultaneously.
#define Enable_pscout10_fault_mode()   (PCTL1 |= (1<<PAOC1A) )
 Fault input select to block A can act directly to PSCOUT00 output.
#define Enable_pscout11_fault_mode()   (PCTL1 |= (1<<PAOC1B) )
 Fault input select to block A can act directly to PSCOUT00 output.


Define Documentation

 
#define Disable_psc1_autorun (  )     (PCTL1 &= ~(1<<PARUN1) )

No synchronization between PSC2 and PSC1 exists.

Definition at line 385 of file psc_drv.h.

 
#define Disable_pscout10_fault_mode (  )     (PCTL1 &= ~(1<<PAOC1A) )

No fault or retrigger management on PSCOUT00.

Definition at line 379 of file psc_drv.h.

 
#define Disable_pscout11_fault_mode (  )     (PCTL1 &= ~(1<<PAOC1B) )

No fault or retrigger management on PSCOUT01.

Definition at line 382 of file psc_drv.h.

 
#define Enable_psc1_autorun (  )     (PCTL1 |= (1<<PARUN1) )

Setting PRUN0 in PCTL0 register or setting both PARUN0 in PCTL0 register and PRUN2 in PCTL2 register will make the two PSC start simultaneously.

Definition at line 384 of file psc_drv.h.

 
#define Enable_pscout10_fault_mode (  )     (PCTL1 |= (1<<PAOC1A) )

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

Definition at line 378 of file psc_drv.h.

 
#define Enable_pscout11_fault_mode (  )     (PCTL1 |= (1<<PAOC1B) )

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

Definition at line 381 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