Collaboration diagram for 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 Psc1_use_32_mega_pll_clock | ( | ) |
Value:
(Start_pll_32_mega(), \ Wait_pll_ready(), \ Psc1_use_pll_clock() )
| #define Psc1_use_64_mega_pll_clock | ( | ) |
Value:
(Start_pll_64_mega(), \ Wait_pll_ready(), \ Psc1_use_pll_clock() )
| #define Psc1_use_io_clock | ( | ) | (PCNF1 &= ~(1<<PCLKSEL0) ) |
| #define Psc1_use_pll_clock | ( | ) | (PCNF1 |= (1<<PCLKSEL0) ) |
1.4.7