Collaboration diagram for PSC1 Run Control:
|
Defines | |
| #define | Is_psc1_started() (PCTL1 & (1<<PRUN1) ) |
| #define | Psc1_complete_waveform_and_stop() |
| Turn Off PSC1 and the end of cycle. | |
| #define | Start_psc1() (PCTL1 |= (1<<PRUN1) ) |
| Turn On PSC1. | |
| #define | Stop_psc1() (PCTL1 &= ~(1<<PRUN1) ) |
| Turn Off PSC1. | |
| #define Psc1_complete_waveform_and_stop | ( | ) |
| #define Start_psc1 | ( | ) | (PCTL1 |= (1<<PRUN1) ) |
| #define Stop_psc1 | ( | ) | (PCTL1 &= ~(1<<PRUN1) ) |
1.4.7