PSC1 Clock Selection
[PSC1 Clock Control]

Collaboration diagram for PSC1 Clock Selection:


Detailed Description

PSC1 Clock Selection.


Defines

#define Psc1_use_32_mega_pll_clock()
 Start the PLL at 32MHz and connect it to PSC1.
#define Psc1_use_64_mega_pll_clock()
 Start the PLL at 64MHz and connect it to PSC1.
#define Psc1_use_io_clock()   (PCNF1 &= ~(1<<PCLKSEL0) )
 Connect the PSC1 input clock to the I/O clock.
#define Psc1_use_pll_clock()   (PCNF1 |= (1<<PCLKSEL0) )
 Connect the PSC1 input clock to the PLL.


Define Documentation

 
#define Psc1_use_32_mega_pll_clock (  ) 

Value:

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

Definition at line 288 of file psc_drv.h.

 
#define Psc1_use_64_mega_pll_clock (  ) 

Value:

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

Definition at line 283 of file psc_drv.h.

 
#define Psc1_use_io_clock (  )     (PCNF1 &= ~(1<<PCLKSEL0) )

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

Definition at line 281 of file psc_drv.h.

 
#define Psc1_use_pll_clock (  )     (PCNF1 |= (1<<PCLKSEL0) )

Connect the PSC1 input clock to the PLL.

Definition at line 279 of file psc_drv.h.


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