Collaboration diagram for PSC0 Output Configuration:
|
Defines | |
| #define | Disable_both_psc0_outputs() (PSOC0 &= ~((1<<POEN0A) | (1<<POEN0B))) |
| Disable Both PSC0 Waveform Generator A and B. | |
| #define | Disable_pscout00() (PSOC0 &= ~(1<<POEN0A) ) |
| Disable PSC0 Waveform Generator A. | |
| #define | Disable_pscout01() (PSOC0 &= ~(1<<POEN0B) ) |
| Disable PSC0 Waveform Generator B. | |
| #define | Enable_both_psc0_outputs() (PSOC0 |= ((1<<POEN0A) | (1<<POEN0B))) |
| Enable Both PSC0 Waveform Generator A and B. | |
| #define | Enable_pscout00() (PSOC0 |= (1<<POEN0A) ) |
| Enable PSC0 Waveform Generator A. | |
| #define | Enable_pscout01() (PSOC0 |= (1<<POEN0B) ) |
| Enable PSC0 Waveform Generator B. | |
| #define | Psc0_outputs_active_high() (PCNF0 |= (1<<POP0) ) |
| PSC0 outputs are active low. | |
| #define | Psc0_outputs_active_low() (PCNF0 &= ~(1<<POP0) ) |
| PSC0 outputs are active high. | |
| #define Disable_both_psc0_outputs | ( | ) | (PSOC0 &= ~((1<<POEN0A) | (1<<POEN0B))) |
| #define Disable_pscout00 | ( | ) | (PSOC0 &= ~(1<<POEN0A) ) |
| #define Disable_pscout01 | ( | ) | (PSOC0 &= ~(1<<POEN0B) ) |
| #define Enable_both_psc0_outputs | ( | ) | (PSOC0 |= ((1<<POEN0A) | (1<<POEN0B))) |
| #define Enable_pscout00 | ( | ) | (PSOC0 |= (1<<POEN0A) ) |
| #define Enable_pscout01 | ( | ) | (PSOC0 |= (1<<POEN0B) ) |
| #define Psc0_outputs_active_high | ( | ) | (PCNF0 |= (1<<POP0) ) |
| #define Psc0_outputs_active_low | ( | ) | (PCNF0 &= ~(1<<POP0) ) |
1.4.7