Collaboration diagram for PSC2 Flank Width Modulation Configuration:
|
Defines | |
| #define | Psc2_end_of_cycle_flank_width_modulation() (PCTL2 &= ~(1<<PBFM2) ) |
| PSC2 Flank width modulation operates only on OCR2RB. | |
| #define | Psc2_symetrical_flank_width_modulation() (PCTL2 |= (1<<PBFM2) ) |
| PSC2 Flank width modulation operates on both OCR2RA and OCR2RB. | |
| #define Psc2_end_of_cycle_flank_width_modulation | ( | ) | (PCTL2 &= ~(1<<PBFM2) ) |
| #define Psc2_symetrical_flank_width_modulation | ( | ) | (PCTL2 |= (1<<PBFM2) ) |
1.4.7