Collaboration diagram for PSC1 Output Configuration:
|
Defines | |
| #define | Disable_both_psc1_outputs() (PSOC1 &= ~((1<<POEN1A) | (1<<POEN1B))) |
| Disable Both PSC1 Waveform Generator A and B. | |
| #define | Disable_pscout10() (PSOC1 &= ~(1<<POEN1A) ) |
| Disable PSC1 Waveform Generator A. | |
| #define | Disable_pscout11() (PSOC1 &= ~(1<<POEN1B) ) |
| Disable PSC1 Waveform Generator B. | |
| #define | Enable_both_psc1_outputs() (PSOC1 |= ((1<<POEN1A) | (1<<POEN1B))) |
| Enable Both PSC1 Waveform Generator A and B. | |
| #define | Enable_pscout10() (PSOC1 |= (1<<POEN1A) ) |
| Enable PSC1 Waveform Generator A. | |
| #define | Enable_pscout11() (PSOC1 |= (1<<POEN1B) ) |
| Enable PSC1 Waveform Generator B. | |
| #define | Psc1_outputs_active_high() (PCNF1 |= (1<<POP1) ) |
| PSC1 outputs are active low. | |
| #define | Psc1_outputs_active_low() (PCNF1 &= ~(1<<POP1) ) |
| PSC1 outputs are active high. | |
| #define Disable_both_psc1_outputs | ( | ) | (PSOC1 &= ~((1<<POEN1A) | (1<<POEN1B))) |
| #define Disable_pscout10 | ( | ) | (PSOC1 &= ~(1<<POEN1A) ) |
| #define Disable_pscout11 | ( | ) | (PSOC1 &= ~(1<<POEN1B) ) |
| #define Enable_both_psc1_outputs | ( | ) | (PSOC1 |= ((1<<POEN1A) | (1<<POEN1B))) |
| #define Enable_pscout10 | ( | ) | (PSOC1 |= (1<<POEN1A) ) |
| #define Enable_pscout11 | ( | ) | (PSOC1 |= (1<<POEN1B) ) |
| #define Psc1_outputs_active_high | ( | ) | (PCNF1 |= (1<<POP1) ) |
| #define Psc1_outputs_active_low | ( | ) | (PCNF1 &= ~(1<<POP1) ) |
1.4.7