Collaboration diagram for PSC1 Flank Width Modulation Configuration:
|
Defines | |
| #define | Psc1_end_of_cycle_flank_width_modulation() (PCTL1 &= ~(1<<PBFM1) ) |
| PSC1 Flank width modulation operates only on OCR1RB. | |
| #define | Psc1_symetrical_flank_width_modulation() (PCTL1 |= (1<<PBFM1) ) |
| PSC1 Flank width modulation operates on both OCR1RA and OCR1RB. | |
| #define Psc1_end_of_cycle_flank_width_modulation | ( | ) | (PCTL1 &= ~(1<<PBFM1) ) |
| #define Psc1_symetrical_flank_width_modulation | ( | ) | (PCTL1 |= (1<<PBFM1) ) |
1.4.7