Disables the given PWM channel.
Disables the given PWM channel.
Beware, channel will be effectively disabled at the end of the current period. Application
can check channel is disabled using the following wait loop: while ((AT91C_BASE_PWMC->PWMC_SR & (1 << channel)) != 0);