Collaboration diagram for PSC0 Run Control:
|
Defines | |
| #define | Is_psc0_started() (PCTL0 & (1<<PRUN0) ) |
| #define | Psc0_complete_waveform_and_stop() |
| Turn Off PSC0 and the end of cycle. | |
| #define | Start_psc0() (PCTL0 |= (1<<PRUN0) ) |
| Turn On PSC0. | |
| #define | Stop_psc0() (PCTL0 &= ~(1<<PRUN0) ) |
| Turn Off PSC0. | |
| #define Psc0_complete_waveform_and_stop | ( | ) |
| #define Start_psc0 | ( | ) | (PCTL0 |= (1<<PRUN0) ) |
| #define Stop_psc0 | ( | ) | (PCTL0 &= ~(1<<PRUN0) ) |
1.4.7