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