PSC0 Fault Mode Configuration
[PSC0 Macros]

Collaboration diagram for PSC0 Fault Mode Configuration:


Detailed Description

PSC0 Fault Mode Configuration.


Defines

#define Disable_psc0_autorun()   (PCTL0 &= ~(1<<PARUN0) )
 No synchronization between PSC2 and PSC0 exists.
#define Disable_pscout00_fault_mode()   (PCTL0 &= ~(1<<PAOC0A) )
 No fault or retrigger management on PSCOUT00.
#define Disable_pscout01_fault_mode()   (PCTL0 &= ~(1<<PAOC0B) )
 No fault or retrigger management on PSCOUT01.
#define Enable_psc0_autorun()   (PCTL0 |= (1<<PARUN0) )
 Setting PRUN2 in PCTL2 register or setting both PARUN2 in PCTL2 register and PRUN1 in PCTL1 register will make the two PSC start simultaneously.
#define Enable_pscout00_fault_mode()   (PCTL0 |= (1<<PAOC0A) )
 Fault input select to block A can act directly to PSCOUT00 output.
#define Enable_pscout01_fault_mode()   (PCTL0 |= (1<<PAOC0B) )
 Fault input select to block A can act directly to PSCOUT00 output.


Define Documentation

 
#define Disable_psc0_autorun (  )     (PCTL0 &= ~(1<<PARUN0) )

No synchronization between PSC2 and PSC0 exists.

Definition at line 176 of file psc_drv.h.

 
#define Disable_pscout00_fault_mode (  )     (PCTL0 &= ~(1<<PAOC0A) )

No fault or retrigger management on PSCOUT00.

Definition at line 170 of file psc_drv.h.

 
#define Disable_pscout01_fault_mode (  )     (PCTL0 &= ~(1<<PAOC0B) )

No fault or retrigger management on PSCOUT01.

Definition at line 173 of file psc_drv.h.

 
#define Enable_psc0_autorun (  )     (PCTL0 |= (1<<PARUN0) )

Setting PRUN2 in PCTL2 register or setting both PARUN2 in PCTL2 register and PRUN1 in PCTL1 register will make the two PSC start simultaneously.

Definition at line 175 of file psc_drv.h.

 
#define Enable_pscout00_fault_mode (  )     (PCTL0 |= (1<<PAOC0A) )

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

Definition at line 169 of file psc_drv.h.

 
#define Enable_pscout01_fault_mode (  )     (PCTL0 |= (1<<PAOC0B) )

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

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