Clock configurator driver for System and Peripheral Clock using dsPIC MCUs.
More...
|
file | clock.c |
| This is the generated source file for CLOCK driver.
|
|
- Version
- Firmware Driver Version 1.0.2
-
PLIB Version 1.4.1
◆ CLOCK_InstructionFrequencyGet
◆ CLOCK_PeripheralFrequencyGet
◆ CLOCK_SystemFrequencyGet
#define CLOCK_SystemFrequencyGet |
( |
| ) |
(200000000UL) |
◆ CLOCK_AuxPllLockStatusGet()
bool CLOCK_AuxPllLockStatusGet |
( |
void |
| ) |
|
- Precondition
- CLOCK_Initialize() should be called for the associated function to work.
- Returns
- true - Auxiliary PLL locked
-
false - Auxiliary PLL not locked
Definition at line 108 of file clock.c.
◆ CLOCK_Initialize()
void CLOCK_Initialize |
( |
void |
| ) |
|
- Returns
- none
Definition at line 43 of file clock.c.