Collaboration diagram for PSC2 Run Control:
|
Defines | |
| #define | Is_psc2_started() (PCTL2 & (1<<PRUN2) ) |
| #define | Psc2_complete_waveform_and_stop() |
| Turn Off PSC2 and the end of cycle. | |
| #define | Start_psc2() (PCTL2 |= (1<<PRUN2) ) |
| Turn On PSC2. | |
| #define | Stop_psc2() (PCTL2 &= ~(1<<PRUN2) ) |
| Turn Off PSC2. | |
| #define Psc2_complete_waveform_and_stop | ( | ) |
| #define Start_psc2 | ( | ) | (PCTL2 |= (1<<PRUN2) ) |
| #define Stop_psc2 | ( | ) | (PCTL2 &= ~(1<<PRUN2) ) |
1.4.7