PWMC_DisableChannel
Default mainpageat91libperipheralspwmcPWMC_DisableChannel
Description Source Call Graph
PWMC_DisableChannel
Disables the given PWM channel.
 
Syntax / parameters
void PWMC_DisableChannel (unsigned char channel)

Name Type Default Description
channel unsigned char
  Channel number.
Description
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);
 
Source
The documentation for this Member was generated from the following files:
  • pwmc.c