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