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