Inverting PWM signal with direct port addressing

The Compare Output Mode bits in control register A can select between Normal and Inverted PWM. To both set the frequency AND use both PWM pins you have to select Mode 14 which stores TOP in the Input Compare Register instead of Output Compare Register A (Mode 15). This allows use of both OCRA and OCRB for PWM duty cycle.