#include "power_clocks_lib.h"
Functions | |
long int | pcl_configure_clocks (pcl_freq_param_t *param) |
Device-specific data. More... | |
long int | pcl_configure_usb_clock (void) |
Configure the USB Clock. More... | |
unsigned long | pcl_read_gplp (unsigned long gplp) |
Read the content of the GPLP registers. More... | |
long int | pcl_switch_to_osc (pcl_osc_t osc, unsigned int fcrystal, unsigned int startup) |
Device-specific implementation. More... | |
void | pcl_write_gplp (unsigned long gplp, unsigned long value) |
Write into the GPLP registers. More... | |