Collaboration diagram for PSC0 Flank Width Modulation Configuration:
|
Defines | |
| #define | Psc0_end_of_cycle_flank_width_modulation() (PCTL0 &= ~(1<<PBFM0) ) |
| PSC0 Flank width modulation operates only on OCR0RB. | |
| #define | Psc0_symetrical_flank_width_modulation() (PCTL0 |= (1<<PBFM0) ) |
| PSC0 Flank width modulation operates on both OCR0RA and OCR0RB. | |
| #define Psc0_end_of_cycle_flank_width_modulation | ( | ) | (PCTL0 &= ~(1<<PBFM0) ) |
| #define Psc0_symetrical_flank_width_modulation | ( | ) | (PCTL0 |= (1<<PBFM0) ) |
1.4.7