Collaboration diagram for 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 Psc2_use_32_mega_pll_clock | ( | ) |
Value:
(Start_pll_32_mega(), \ Wait_pll_ready(), \ Psc2_use_pll_clock() )
| #define Psc2_use_64_mega_pll_clock | ( | ) |
Value:
(Start_pll_64_mega(), \ Wait_pll_ready(), \ Psc2_use_pll_clock() )
| #define Psc2_use_io_clock | ( | ) | (PCNF2 &= ~(1<<PCLKSEL0) ) |
| #define Psc2_use_pll_clock | ( | ) | (PCNF2 |= (1<<PCLKSEL0) ) |
1.4.7