Collaboration diagram for PSC2 Output Configuration:
|
Defines | |
| #define | Disable_both_psc2_outputs() (PSOC2 &= ~((1<<POEN2A) | (1<<POEN2B))) |
| Disable Both PSC2 Waveform Generator A and B. | |
| #define | Disable_pscout20() (PSOC2 &= ~(1<<POEN2A) ) |
| Disable PSC2 Waveform Generator A. | |
| #define | Disable_pscout21() (PSOC2 &= ~(1<<POEN2B) ) |
| Disable PSC2 Waveform Generator B. | |
| #define | Enable_both_psc2_outputs() (PSOC2 |= ((1<<POEN2A) | (1<<POEN2B))) |
| Enable Both PSC2 Waveform Generator A and B. | |
| #define | Enable_pscout20() (PSOC2 |= (1<<POEN2A) ) |
| Enable PSC2 Waveform Generator A. | |
| #define | Enable_pscout21() (PSOC2 |= (1<<POEN2B) ) |
| Enable PSC2 Waveform Generator B. | |
| #define | Psc2_outputs_active_high() (PCNF2 |= (1<<POP2) ) |
| PSC2 outputs are active low. | |
| #define | Psc2_outputs_active_low() (PCNF2 &= ~(1<<POP2) ) |
| PSC2 outputs are active high. | |
| #define Disable_both_psc2_outputs | ( | ) | (PSOC2 &= ~((1<<POEN2A) | (1<<POEN2B))) |
| #define Disable_pscout20 | ( | ) | (PSOC2 &= ~(1<<POEN2A) ) |
| #define Disable_pscout21 | ( | ) | (PSOC2 &= ~(1<<POEN2B) ) |
| #define Enable_both_psc2_outputs | ( | ) | (PSOC2 |= ((1<<POEN2A) | (1<<POEN2B))) |
| #define Enable_pscout20 | ( | ) | (PSOC2 |= (1<<POEN2A) ) |
| #define Enable_pscout21 | ( | ) | (PSOC2 |= (1<<POEN2B) ) |
| #define Psc2_outputs_active_high | ( | ) | (PCNF2 |= (1<<POP2) ) |
| #define Psc2_outputs_active_low | ( | ) | (PCNF2 &= ~(1<<POP2) ) |
1.4.7