PSC2 Clock Selection
[PSC2 Clock Control]

Collaboration diagram for PSC2 Clock Selection:


Detailed Description

PSC2 Clock Selection.


Defines

#define Psc2_use_32_mega_pll_clock()
 Start the PLL at 32MHz and connect it to PSC2.
#define Psc2_use_64_mega_pll_clock()
 Start the PLL at 64MHz and connect it to PSC2.
#define Psc2_use_io_clock()   (PCNF2 &= ~(1<<PCLKSEL0) )
 Connect the PSC2 input clock to the I/O clock.
#define Psc2_use_pll_clock()   (PCNF2 |= (1<<PCLKSEL0) )
 Connect the PSC2 input clock to the PLL.


Define Documentation

 
#define Psc2_use_32_mega_pll_clock (  ) 

Value:

Start the PLL at 32MHz and connect it to PSC2.

Definition at line 496 of file psc_drv.h.

 
#define Psc2_use_64_mega_pll_clock (  ) 

Value:

Start the PLL at 64MHz and connect it to PSC2.

Definition at line 491 of file psc_drv.h.

 
#define Psc2_use_io_clock (  )     (PCNF2 &= ~(1<<PCLKSEL0) )

Connect the PSC2 input clock to the I/O clock.

Definition at line 489 of file psc_drv.h.

 
#define Psc2_use_pll_clock (  )     (PCNF2 |= (1<<PCLKSEL0) )

Connect the PSC2 input clock to the PLL.

Definition at line 487 of file psc_drv.h.


Generated on Wed Jul 12 16:55:33 2006 for Atmel BLDC Sensorless on ATAVRMC100 by  doxygen 1.4.7